mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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:
@@ -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
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user