summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-14 21:59:22 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-14 21:59:22 +0000
commitd6dd24d71ef3df7872719cbcb2987112edf7aa81 (patch)
treea3b21a57689958965e85208f474e3288d4661e57 /addons
parent00a9699e057566fdce720f51b2cb943ebf268bae (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@375009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons')
-rw-r--r--addons/app_mysql.c3
-rw-r--r--addons/chan_mobile.c9
2 files changed, 10 insertions, 2 deletions
diff --git a/addons/app_mysql.c b/addons/app_mysql.c
index 91d300591..dda45243b 100644
--- a/addons/app_mysql.c
+++ b/addons/app_mysql.c
@@ -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
*/
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index 454ebf1bf..95c7f27d9 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -25,6 +25,15 @@
* \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
<depend>bluetooth</depend>
<defaultenabled>no</defaultenabled>