[asterisk-commits] lathama: trunk r374888 - in /trunk: include/asterisk/module.h main/manager.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 11 17:39:06 CDT 2012


Author: lathama
Date: Thu Oct 11 17:39:02 2012
New Revision: 374888

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=374888
Log:
Continue to group config files

(issue ASTERISK-20259)

Modified:
    trunk/include/asterisk/module.h
    trunk/main/manager.c

Modified: trunk/include/asterisk/module.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/module.h?view=diff&rev=374888&r1=374887&r2=374888
==============================================================================
--- trunk/include/asterisk/module.h (original)
+++ trunk/include/asterisk/module.h Thu Oct 11 17:39:02 2012
@@ -23,6 +23,15 @@
  *
  * This file contains the definitons for functions Asterisk modules should
  * provide and some other module related functions.
+ */
+
+/*!
+ * \li The Modules library uses the configuration file \ref modules.conf
+ * \addtogroup configuration_file
+ */
+
+/*! \page modules.conf modules.conf
+ * \verbinclude modules.conf.sample
  */
 
 #ifndef _ASTERISK_MODULE_H

Modified: trunk/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/manager.c?view=diff&rev=374888&r1=374887&r2=374888
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Thu Oct 11 17:39:02 2012
@@ -36,10 +36,14 @@
  * \ref amiconf
  */
 
-/*! \addtogroup Group_AMI AMI functions
-*/
-/*! @{
- Doxygen group */
+/*!
+ * \li The core Manager uses the configuration file \ref manager.conf
+ * \addtogroup configuration_file
+ */
+
+/*! \page manager.conf manager.conf
+ * \verbinclude manager.conf.sample
+ */
 
 /*** MODULEINFO
 	<support_level>core</support_level>
@@ -957,6 +961,11 @@
 		</description>
 	</manager>
  ***/
+
+/*! \addtogroup Group_AMI AMI functions
+*/
+/*! @{
+ Doxygen group */
 
 enum error_type {
 	UNKNOWN_ACTION = 1,




More information about the asterisk-commits mailing list