summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-06-08 14:38:18 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-06-08 14:38:18 +0000
commitc672763af85368f36138a8a2b3c0e60537845c20 (patch)
tree64c655c3bd700fc37317b092c146c7fe412b6fbd /apps/app_meetme.c
parent523e4e50bf0a61d113c6cba99127c85c64f3ab2c (diff)
Fix some doxygen warnings.
(closes issue #17336) Reported by: snuffy Patches: doxygen-fixes1.diff uploaded by snuffy (license 35) Tested by: russell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268969 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 708779a3a..c3599cb8c 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -944,11 +944,12 @@ static struct {
* when in a conference */
static int audio_buffers;
-/*! \briefMap 'volume' levels from -5 through +5 into
- * decibel (dB) settings for channel drivers
+/*! \brief Map 'volume' levels from -5 through +5 into decibel (dB)
+ * settings for channel drivers.
+ *
* \note these are not a straight linear-to-dB
* conversion... the numbers have been modified
- * to give the user a better level of adjustability
+ * to give the user a better level of adjustability.
*/
static const char gain_map[] = {
-15,
@@ -5066,7 +5067,7 @@ static int sla_check_timed_out_station(const struct sla_ringing_trunk *ringing_t
/*! \brief Choose the highest priority ringing trunk for a station
* \param station the station
- * \param remove remove the ringing trunk once selected
+ * \param rm remove the ringing trunk once selected
* \param trunk_ref a place to store the pointer to this stations reference to
* the selected trunk
* \return a pointer to the selected ringing trunk, or NULL if none found