summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-11 22:39:02 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-11 22:39:02 +0000
commit7226606f778052f837fa787dac78d78b82f5560f (patch)
tree0ac42f6511fc19128bb5c2f643037efe632f78c9
parent42a8af5c9af1978adce3d198daea8f373e58e4e6 (diff)
Continue to group config files
(issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--include/asterisk/module.h9
-rw-r--r--main/manager.c17
2 files changed, 22 insertions, 4 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index df9f24137..087318c78 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -25,6 +25,15 @@
* provide and some other module related functions.
*/
+/*!
+ * \li The Modules library uses the configuration file \ref modules.conf
+ * \addtogroup configuration_file
+ */
+
+/*! \page modules.conf modules.conf
+ * \verbinclude modules.conf.sample
+ */
+
#ifndef _ASTERISK_MODULE_H
#define _ASTERISK_MODULE_H
diff --git a/main/manager.c b/main/manager.c
index bb9c35944..0c9c41d1b 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -36,10 +36,14 @@
* \ref amiconf
*/
-/*! \addtogroup Group_AMI AMI functions
-*/
-/*! @{
- Doxygen group */
+/*!
+ * \li The core Manager uses the configuration file \ref manager.conf
+ * \addtogroup configuration_file
+ */
+
+/*! \page manager.conf manager.conf
+ * \verbinclude manager.conf.sample
+ */
/*** MODULEINFO
<support_level>core</support_level>
@@ -958,6 +962,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</manager>
***/
+/*! \addtogroup Group_AMI AMI functions
+*/
+/*! @{
+ Doxygen group */
+
enum error_type {
UNKNOWN_ACTION = 1,
UNKNOWN_CATEGORY,