channels: Fix for Doxygen.

ASTERISK-29762

Change-Id: Ia8811ac12b93ff8c18164699c6fbc604cb0a23f7
This commit is contained in:
Alexander Traud
2021-11-19 10:46:06 +01:00
committed by Friendly Automation
parent 3a4c9ec0e2
commit 726d6dd166
15 changed files with 94 additions and 163 deletions

View File

@@ -133,8 +133,6 @@ static void native_bridge_destroy(struct ast_bridge *bridge)
*
* \param bridge What to operate upon.
*
* \return Nothing
*
* \note On entry, bridge is already locked.
*/
static void native_stop(struct ast_bridge *bridge)
@@ -177,8 +175,6 @@ static void native_stop(struct ast_bridge *bridge)
*
* \param bridge What to operate upon.
*
* \return Nothing
*
* \note On entry, bridge is already locked.
*/
static void native_request_stop(struct ast_bridge *bridge)
@@ -476,8 +472,6 @@ static int native_start(struct ast_bridge *bridge)
*
* \param bridge What to operate upon.
*
* \return Nothing
*
* \note On entry, bridge may or may not already be locked.
* However, it can be accessed as if it were locked.
*/
@@ -885,8 +879,6 @@ static struct ast_bridge_technology native_bridge = {
* \internal
* \brief Destroy the DAHDI native bridge support.
* \since 12.0.0
*
* \return Nothing
*/
void dahdi_native_unload(void)
{