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,