Continue to group config files

(issue ASTERISK-20259)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Andrew Latham
2012-10-11 22:39:02 +00:00
parent 42a8af5c9a
commit 7226606f77
2 changed files with 22 additions and 4 deletions

View File

@@ -25,6 +25,15 @@
* 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
#define _ASTERISK_MODULE_H

View File

@@ -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>
@@ -958,6 +962,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</manager>
***/
/*! \addtogroup Group_AMI AMI functions
*/
/*! @{
Doxygen group */
enum error_type {
UNKNOWN_ACTION = 1,
UNKNOWN_CATEGORY,