summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-14 21:57:42 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-14 21:57:42 +0000
commit00a9699e057566fdce720f51b2cb943ebf268bae (patch)
tree48a6749ff6dd75912c611f374bf9ce25ebf24893 /utils
parentb106b770410a67c43dc9e67309ece3fdcba214a4 (diff)
Doxygen Updates
Update and extend the configuration_file group and enable linking. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375008 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c19
-rw-r--r--utils/muted.c9
2 files changed, 26 insertions, 2 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 8245a161f..43cf2652a 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -17,13 +17,28 @@
*/
-/*
- *
+/*!
+ * \file extconf
* A condensation of the pbx_config stuff, to read into exensions.conf, and provide an interface to the data there,
* for operations outside of asterisk. A huge, awful hack.
*
*/
+/*!
+ * \li \ref extconf.c uses the configuration file \ref extconfig.conf and \ref extensions.conf and \ref asterisk.conf
+ * \addtogroup configuration_file Configuration Files
+ */
+
+/*!
+ * \page extconfig.conf extconfig.conf
+ * \verbinclude extconfig.conf.sample
+ */
+
+/*!
+ * \page extensions.conf extensions.conf
+ * \verbinclude extensions.conf.sample
+ */
+
/*** MODULEINFO
<support_level>extended</support_level>
***/
diff --git a/utils/muted.c b/utils/muted.c
index 18f55d73f..a78312e28 100644
--- a/utils/muted.c
+++ b/utils/muted.c
@@ -35,6 +35,15 @@
*
*/
+/*! \li \ref muted.c uses the configuration file \ref muted.conf
+ * \addtogroup configuration_file Configuration Files
+ */
+
+/*!
+ * \page muted.conf muted.conf
+ * \verbinclude muted.conf.sample
+ */
+
/*** MODULEINFO
<support_level>extended</support_level>
***/