mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
bridges: Fix for Doxygen.
ASTERISK-29743 Change-Id: I6e1bbbaa5875e19994a328ab40a5d429c6010e8b
This commit is contained in:
committed by
Friendly Automation
parent
1a9df88d98
commit
42055f4a65
@@ -110,8 +110,6 @@ static int defer_action(struct ast_bridge_channel *bridge_channel, deferred_cb c
|
||||
* \since 12.0.0
|
||||
*
|
||||
* \param bridge_channel Channel to setup idle mode.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void participant_idle_mode_setup(struct ast_bridge_channel *bridge_channel)
|
||||
{
|
||||
@@ -410,8 +408,6 @@ static struct ast_bridge_technology holding_bridge = {
|
||||
* \param bridge_channel Which channel to operate on.
|
||||
* \param payload Data to pass to the callback. (NULL if none).
|
||||
* \param payload_size Size of the payload if payload is non-NULL. A number otherwise.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void deferred_action(struct ast_bridge_channel *bridge_channel, const void *payload, size_t payload_size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user