mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
bridge_channel: Fix for Doxygen.
ASTERISK-29736 Change-Id: Ia5370289e6526001a6b52754b533bcea1a9d7e5c
This commit is contained in:
committed by
Friendly Automation
parent
57b4956a8a
commit
d08792ceba
@@ -30,8 +30,8 @@
|
||||
* by other members of the Bridging API.
|
||||
*
|
||||
* See Also:
|
||||
* \arg \ref AstBridging
|
||||
* \arg \ref AstCREDITS
|
||||
* \arg \ref Ast
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -91,8 +91,6 @@ struct ast_bridge_channel *bridge_channel_internal_alloc(struct ast_bridge *brid
|
||||
* \param bridge_channel Channel that owes events to the original bridge.
|
||||
*
|
||||
* \note On entry, the orig_bridge is already locked.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void bridge_channel_settle_owed_events(struct ast_bridge *orig_bridge, struct ast_bridge_channel *bridge_channel);
|
||||
|
||||
@@ -102,8 +100,6 @@ void bridge_channel_settle_owed_events(struct ast_bridge *orig_bridge, struct as
|
||||
* \since 13.17.0
|
||||
*
|
||||
* \param bridge_channel Channel that the deferred frames should be pulled from and queued to.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void bridge_channel_queue_deferred_frames(struct ast_bridge_channel *bridge_channel);
|
||||
|
||||
@@ -156,18 +152,15 @@ int bridge_channel_internal_push_full(struct ast_bridge_channel *bridge_channel,
|
||||
* \param bridge_channel Channel to pull.
|
||||
*
|
||||
* \note On entry, bridge_channel->bridge is already locked.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void bridge_channel_internal_pull(struct ast_bridge_channel *bridge_channel);
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Signal imparting threads to wake up.
|
||||
* \since 13.9.0
|
||||
*
|
||||
* \param chan Channel imparted that we need to signal.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void bridge_channel_impart_signal(struct ast_channel *chan);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user