[asterisk-commits] lathama: trunk r375008 - in /trunk/utils: extconf.c muted.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Oct 14 16:57:44 CDT 2012


Author: lathama
Date: Sun Oct 14 16:57:42 2012
New Revision: 375008

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=375008
Log:
Doxygen Updates

Update and extend the configuration_file group and enable linking.

(issue ASTERISK-20259)

Modified:
    trunk/utils/extconf.c
    trunk/utils/muted.c

Modified: trunk/utils/extconf.c
URL: http://svnview.digium.com/svn/asterisk/trunk/utils/extconf.c?view=diff&rev=375008&r1=375007&r2=375008
==============================================================================
--- trunk/utils/extconf.c (original)
+++ trunk/utils/extconf.c Sun Oct 14 16:57:42 2012
@@ -17,11 +17,26 @@
  */
 
 
-/*
- *
+/*!
+ * \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

Modified: trunk/utils/muted.c
URL: http://svnview.digium.com/svn/asterisk/trunk/utils/muted.c?view=diff&rev=375008&r1=375007&r2=375008
==============================================================================
--- trunk/utils/muted.c (original)
+++ trunk/utils/muted.c Sun Oct 14 16:57:42 2012
@@ -33,6 +33,15 @@
  * on certain devices. If a phone call is connected to one of the devices (phones)
  * the local sound is muted to a lower volume during the call.
  *
+ */
+
+/*! \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




More information about the asterisk-commits mailing list