mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
channels: Fix for Doxygen.
ASTERISK-29762 Change-Id: Ia8811ac12b93ff8c18164699c6fbc604cb0a23f7
This commit is contained in:
committed by
Friendly Automation
parent
7d4e37a180
commit
3f86c95cf5
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user