From 7226606f778052f837fa787dac78d78b82f5560f Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Thu, 11 Oct 2012 22:39:02 +0000 Subject: Continue to group config files (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374888 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/module.h | 9 +++++++++ main/manager.c | 17 +++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/include/asterisk/module.h b/include/asterisk/module.h index df9f24137..087318c78 100644 --- a/include/asterisk/module.h +++ b/include/asterisk/module.h @@ -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 diff --git a/main/manager.c b/main/manager.c index bb9c35944..0c9c41d1b 100644 --- a/main/manager.c +++ b/main/manager.c @@ -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 core @@ -958,6 +962,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ***/ +/*! \addtogroup Group_AMI AMI functions +*/ +/*! @{ + Doxygen group */ + enum error_type { UNKNOWN_ACTION = 1, UNKNOWN_CATEGORY, -- cgit v1.2.3