summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-01 23:39:45 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-01 23:39:45 +0000
commit4e228fce0382550136e5c34cb4d9fd400b8d4ad3 (patch)
tree22499c040bee4cf7050bacc71c6361e111e3ee4b /main/http.c
parent99e1174bfabb3579b97ca6ec5309e1dea2041006 (diff)
Doxygen Cleanup
Start adding configuration file linking and pages. Add module loading doxygen block. Breaking up commits to keep it easy to track (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index de8a57388..b940ae17e 100644
--- a/main/http.c
+++ b/main/http.c
@@ -30,6 +30,15 @@
* \ref AstHTTP - AMI over the http protocol
*/
+/*!
+ * \li The core module http uses the configuration file \ref http.conf
+ * \addtogroup configuration_file
+ */
+
+/*! \page http.conf http.conf
+ * \verbinclude http.conf.sample
+ */
+
/*** MODULEINFO
<support_level>core</support_level>
***/