main: Fix for Doxygen.

ASTERISK-29763

Change-Id: Ib8359e3590a9109eb04a5376559d040e5e21867e
This commit is contained in:
Alexander Traud
2021-11-19 18:03:55 +01:00
committed by Friendly Automation
parent 191b92a69e
commit 37c29b6a28
129 changed files with 1111 additions and 1545 deletions

View File

@@ -479,8 +479,6 @@ static void bridge_config_set_limits(struct ast_bridge_config *config, struct as
*
* \param chan The bridge considers this channel the caller.
* \param peer The bridge considers this channel the callee.
*
* \return Nothing
*/
static void bridge_check_monitor(struct ast_channel *chan, struct ast_channel *peer)
{
@@ -521,8 +519,6 @@ static void bridge_check_monitor(struct ast_channel *chan, struct ast_channel *p
*
* \param chan Chan to put into autoservice.
* \param peer Chan to send to after bridge goto or run hangup handlers and hangup.
*
* \return Nothing
*/
static void bridge_failed_peer_goto(struct ast_channel *chan, struct ast_channel *peer)
{
@@ -702,7 +698,7 @@ int ast_bridge_call_with_flags(struct ast_channel *chan, struct ast_channel *pee
*
* Set start time, check for two channels,check if monitor on
* check for feature activation, create new CDR
* \retval res on success.
* \return res on success.
* \retval -1 on failure to bridge.
*/
int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config)