]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Doxygen Updates
authorAndrew Latham <lathama@gmail.com>
Sun, 14 Oct 2012 21:57:42 +0000 (21:57 +0000)
committerAndrew Latham <lathama@gmail.com>
Sun, 14 Oct 2012 21:57:42 +0000 (21:57 +0000)
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

utils/extconf.c
utils/muted.c

index 8245a161f1606e159858e3a3a8d39d2e8f2aedd6..43cf2652a9af4d920221634543162999b1bf7cfb 100644 (file)
  */
 
 
-/*
- *
+/*!
+ * \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>
  ***/
index 18f55d73f879d81fda803216765c790c41c94fd0..a78312e28a2c299c48032358d5de667271c70912 100644 (file)
  *
  */
 
+/*! \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>
  ***/