summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-02-24 20:29:41 +0000
committerOlle Johansson <oej@edvina.net>2007-02-24 20:29:41 +0000
commit75d387acbc19d236e8417b09ea6a53f6e4e45217 (patch)
tree1affbf2f9fe7a7ec24e319146b7094431b6707e1 /apps
parente916cf45da52eac6139c27614f602ffc6cd7dcbf (diff)
Doxygen additions, corrections
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_amd.c8
-rw-r--r--apps/app_meetme.c1
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/app_amd.c b/apps/app_amd.c
index e5dee1efc..0ab10dd9c 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -19,6 +19,14 @@
* this code.
*/
+/*! \file
+ *
+ * \brief Answering machine detection
+ *
+ * \author Claude Klimos (claude.klimos@aheeva.com)
+ */
+
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 7f73b3bc7..2449edb42 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -334,6 +334,7 @@ struct volume {
int actual; /*!< Actual volume adjustment (for channels that can't adjust) */
};
+/*! \brief The MeetMe User object */
struct ast_conf_user {
int user_no; /*!< User Number */
int userflags; /*!< Flags as set in the conference */