summaryrefslogtreecommitdiff
path: root/main/dnsmgr.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-18 14:17:40 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-18 14:17:40 +0000
commit6c20cf2d8ac34f7f336565118c2e88e238c0b2d0 (patch)
tree6d69a1dfb24b42431b5f55126b15a672217cddd2 /main/dnsmgr.c
parent68c63d79654db7657048f19c1e445b03882d25a9 (diff)
Doxygen Updates - Title update
Update and extend the configuration_file group and enable linking. Commit other cleanups from multi-version Doxygen testing. Update title that was left behind many years ago. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/dnsmgr.c')
-rw-r--r--main/dnsmgr.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/dnsmgr.c b/main/dnsmgr.c
index d4b9d94d2..1a5fd154e 100644
--- a/main/dnsmgr.c
+++ b/main/dnsmgr.c
@@ -28,6 +28,17 @@
* thread is in the middle of updating it to the new address.
*/
+
+/*! \li \ref dnsmgr.c uses the configuration file \ref dnsmgr.conf
+ * \addtogroup configuration_file Configuration Files
+ */
+
+/*!
+ * \page dnsmgr.conf dnsmgr.conf
+ * \verbinclude dnsmgr.conf.sample
+ */
+
+
/*** MODULEINFO
<support_level>core</support_level>
***/