mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 22:50:42 +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.
|
* 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
|
#ifndef _ASTERISK_MODULE_H
|
||||||
#define _ASTERISK_MODULE_H
|
#define _ASTERISK_MODULE_H
|
||||||
|
|
||||||
|
|||||||
@@ -36,10 +36,14 @@
|
|||||||
* \ref amiconf
|
* \ref amiconf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \addtogroup Group_AMI AMI functions
|
/*!
|
||||||
*/
|
* \li The core Manager uses the configuration file \ref manager.conf
|
||||||
/*! @{
|
* \addtogroup configuration_file
|
||||||
Doxygen group */
|
*/
|
||||||
|
|
||||||
|
/*! \page manager.conf manager.conf
|
||||||
|
* \verbinclude manager.conf.sample
|
||||||
|
*/
|
||||||
|
|
||||||
/*** MODULEINFO
|
/*** MODULEINFO
|
||||||
<support_level>core</support_level>
|
<support_level>core</support_level>
|
||||||
@@ -958,6 +962,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</manager>
|
</manager>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
/*! \addtogroup Group_AMI AMI functions
|
||||||
|
*/
|
||||||
|
/*! @{
|
||||||
|
Doxygen group */
|
||||||
|
|
||||||
enum error_type {
|
enum error_type {
|
||||||
UNKNOWN_ACTION = 1,
|
UNKNOWN_ACTION = 1,
|
||||||
UNKNOWN_CATEGORY,
|
UNKNOWN_CATEGORY,
|
||||||
|
|||||||
Reference in New Issue
Block a user