From: Andrew Latham Date: Thu, 11 Oct 2012 22:39:02 +0000 (+0000) Subject: Continue to group config files X-Git-Tag: 13.0.0-beta1~2434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7226606f778052f837fa787dac78d78b82f5560f;p=thirdparty%2Fasterisk.git Continue to group config files (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374888 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/module.h b/include/asterisk/module.h index df9f241378..087318c783 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 bb9c359444..0c9c41d1bf 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,