From 03090a88bab15b94843e3850df68b37ff8948b54 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 1 Aug 2013 17:07:52 +0000 Subject: Fix documentation replication issues This prevents XML documentation duplication by expanding channel and bridge snapshot tags into channel and bridge snapshot parameter sets with a given prefix or defaulting to no prefix. This also prevents documentation from becoming fractured and out of date by keeping all variations of the documentation in template form such that it only needs to be updated once and keeps maintenance to a minimum. Review: https://reviewboard.asterisk.org/r/2708/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395985 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/manager_bridges.c | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) (limited to 'main/manager_bridges.c') diff --git a/main/manager_bridges.c b/main/manager_bridges.c index c791e63f3..5d831b5b4 100644 --- a/main/manager_bridges.c +++ b/main/manager_bridges.c @@ -40,18 +40,7 @@ static struct stasis_message_router *bridge_state_router; Raised when a bridge is created. - - The unique identifier of the bridge - - - The type of bridge - - - Technology in use by the bridge - - - Number of channels in the bridge - + @@ -59,7 +48,7 @@ static struct stasis_message_router *bridge_state_router; Raised when a bridge is destroyed. - + @@ -67,10 +56,8 @@ static struct stasis_message_router *bridge_state_router; Raised when a channel enters a bridge. - - - The uniqueid of the channel entering the bridge - + + @@ -78,10 +65,8 @@ static struct stasis_message_router *bridge_state_router; Raised when a channel leaves a bridge. - - - The uniqueid of the channel leaving the bridge - + + @@ -246,13 +231,8 @@ static void bridge_merge_cb(void *data, struct stasis_subscription *sub, Raised when two bridges are merged. - - - The uniqueid of the bridge being dissolved in the merge - - - The type of bridge that is being dissolved in the merge - + + ***/ -- cgit v1.2.3