(issue ASTERISK-20259)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374888
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* 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
* \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>
</manager>
***/
+/*! \addtogroup Group_AMI AMI functions
+*/
+/*! @{
+ Doxygen group */
+
enum error_type {
UNKNOWN_ACTION = 1,
UNKNOWN_CATEGORY,