summaryrefslogtreecommitdiff
path: root/apps/app_muxmon.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-24 20:12:06 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-24 20:12:06 +0000
commit3453e3efa54bd013beb4c5bfcaf05df1f10d6798 (patch)
treeb3ba750361c8145e6c629b37179fb9f1750094b4 /apps/app_muxmon.c
parentc3226a226a57e71f608b1990bff4ee48c836bde0 (diff)
Doxygen documentation update from oej (issue #5505)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_muxmon.c')
-rwxr-xr-xapps/app_muxmon.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/app_muxmon.c b/apps/app_muxmon.c
index a7f8de77c..419e951fc 100755
--- a/apps/app_muxmon.c
+++ b/apps/app_muxmon.c
@@ -1,7 +1,6 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
- * muxmon Application For Asterisk
*
* Copyright (C) 2005, Anthony Minessale II
*
@@ -11,6 +10,10 @@
* the GNU General Public License
*/
+/*! \file
+ * \brief muxmon() - record a call natively
+ */
+
#include <asterisk/file.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>