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 --- apps/app_meetme.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/app_meetme.c') diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5bb8035be..0f272f1cc 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -567,7 +567,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The identifier of the MeetMe user who joined. - + MeetmeLeave @@ -580,7 +580,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a user leaves a MeetMe conference. - + The length of time in seconds that the Meetme user was in the conference. @@ -606,7 +606,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a MeetMe user has started talking. - + The length of time in seconds that the Meetme user has been in the conference at the time of this event. @@ -624,7 +624,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a MeetMe user begins or ends talking. - + @@ -634,7 +634,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a MeetMe user is muted or unmuted. - + -- cgit v1.2.3