bridges: Fix for Doxygen.

ASTERISK-29743

Change-Id: I6e1bbbaa5875e19994a328ab40a5d429c6010e8b
This commit is contained in:
Alexander Traud
2021-11-15 15:12:37 +01:00
committed by Friendly Automation
parent 1a9df88d98
commit 42055f4a65
2 changed files with 3 additions and 21 deletions

View File

@@ -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)
{