[asterisk-commits] lathama: trunk r375009 - in /trunk/addons: app_mysql.c chan_mobile.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Oct 14 16:59:24 CDT 2012
Author: lathama
Date: Sun Oct 14 16:59:22 2012
New Revision: 375009
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=375009
Log:
Doxygen Updates
Update and extend the configuration_file group and enable linking.
(issue ASTERISK-20259)
Modified:
trunk/addons/app_mysql.c
trunk/addons/chan_mobile.c
Modified: trunk/addons/app_mysql.c
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/app_mysql.c?view=diff&rev=375009&r1=375008&r2=375009
==============================================================================
--- trunk/addons/app_mysql.c (original)
+++ trunk/addons/app_mysql.c Sun Oct 14 16:59:22 2012
@@ -23,8 +23,7 @@
* \ingroup applications
*/
-/*!
- * \li The application app_mysql uses the configuration file \ref app_mysql.conf
+/*! \li \ref app_mysql.c uses the configuration file \ref app_mysql.conf
* \addtogroup configuration_file Configuration Files
*/
Modified: trunk/addons/chan_mobile.c
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/chan_mobile.c?view=diff&rev=375009&r1=375008&r2=375009
==============================================================================
--- trunk/addons/chan_mobile.c (original)
+++ trunk/addons/chan_mobile.c Sun Oct 14 16:59:22 2012
@@ -23,6 +23,15 @@
* \author Dave Bowerman <david.bowerman at gmail.com>
*
* \ingroup channel_drivers
+ */
+
+/*! \li \ref chan_mobile.c uses the configuration file \ref chan_mobile.conf
+ * \addtogroup configuration_file Configuration Files
+ */
+
+/*!
+ * \page chan_mobile.conf chan_mobile.conf
+ * \verbinclude chan_mobile.conf.sample
*/
/*** MODULEINFO
More information about the asterisk-commits
mailing list