Doxygen Updates - Title update

Update and extend the configuration_file group and enable linking to the resource.  Update title that was left behind many years ago.

(issue ASTERISK-20259)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375003 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Andrew Latham 2012-10-14 21:44:27 +00:00
parent 707423e6aa
commit c7857504df
17 changed files with 30 additions and 31 deletions

View File

@ -1,5 +1,5 @@
#
# Asterisk -- A telephony toolkit for Linux.
# Asterisk -- An open source telephony toolkit.
#
# Makefile for resource modules
#

View File

@ -23,8 +23,7 @@
* \todo Support writing attendees
*/
/*!
* \li The resource res_calendar uses the configuration file \ref calendar.conf
/*! \li \ref res_calendar.c uses the configuration file \ref calendar.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -26,8 +26,7 @@
* CLI commands.
*/
/*!
* \li The resource res_clialiases uses the configuration file \ref cli_aliases.conf
/*! \li \ref res_clialiases.c uses the configuration file \ref cli_aliases.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2005, Oxymium sarl
* Manuel Guesdon <mguesdon@oxymium.net> - LDAP RealTime Driver Author/Adaptor
@ -31,8 +31,7 @@
* OpenLDAP http://www.openldap.org
*/
/*!
* \li The resource res_config_ldap uses the configuration file \ref res_ldap.conf
/*! \li \ref res_config_ldap.c uses the configuration file \ref res_ldap.conf
* \addtogroup configuration_file Configuration Files
*/
@ -1561,6 +1560,9 @@ static struct ast_config_engine ldap_engine = {
* tests return AST_MODULE_LOAD_FAILURE. If the module can not load the
* configuration file or other non-critical problem return
* AST_MODULE_LOAD_DECLINE. On success return AST_MODULE_LOAD_SUCCESS.
*
* \todo Don't error or warn on a default install. If the config is
* default we should not attempt to connect to a server. -lathama
*/
static int load_module(void)
{

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999-2010, Digium, Inc.
*

View File

@ -71,8 +71,7 @@
* \brief res_config_sqlite module.
*/
/*!
* \li The resource res_config_sqlite uses the configuration file \ref res_config_sqlite.conf
/*! \li \ref res_config_sqlite.c uses the configuration file \ref res_config_sqlite.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -29,8 +29,7 @@
* \ingroup resources
*/
/*!
* \li The resource res_config_sqlite3 uses the configuration file \ref res_config_sqlite3.conf
/*! \li \ref res_config_sqlite3.c uses the configuration file \ref res_config_sqlite3.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -26,8 +26,7 @@
*
*/
/*!
* \li The resource res_curl uses the configuration file \ref res_curl.conf
/*! \li \ref res_curl.c uses the configuration file \ref res_curl.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -54,8 +54,7 @@
* \ingroup applications
*/
/*!
* \li The resource res_fax uses the configuration file \ref res_fax.conf
/*! \li \ref res_fax.c uses the configuration file \ref res_fax.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -30,6 +30,15 @@
*
*/
/*! \li \ref res_jabber.c uses the configuration file \ref jabber.conf
* \addtogroup configuration_file Configuration Files
*/
/*!
* \page jabber.conf jabber.conf
* \verbinclude jabber.conf.sample
*/
/*** MODULEINFO
<defaultenabled>no</defaultenabled>
<depend>iksemel</depend>

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Resource limits
*

View File

@ -23,8 +23,7 @@
* \author Mark Spencer <markster@digium.com>
*/
/*!
* \li The resource res_musiconhold uses the configuration file \ref musiconhold.conf
/*! \li \ref res_musiconhold.c uses the configuration file \ref musiconhold.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -30,8 +30,7 @@
* \arg See also: \ref cdr_odbc
*/
/*!
* \li The resource res_odbc uses the configuration file \ref res_odbc.conf
/*! \li \ref res_odbc.c uses the configuration file \ref res_odbc.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -26,8 +26,7 @@
* \author Terry Wilson <twilson@digium.com>
*/
/*!
* \li The resource res_phoneprov uses the configuration file \ref phoneprov.conf
/*! \li \ref res_phoneprov.c uses the configuration file \ref phoneprov.conf and \ref users.conf and \ref sip.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2005-2008, Digium, Inc.
*
@ -31,8 +31,7 @@
* polling thread handle it.
*/
/*!
* \li The resource res_smdi uses the configuration file \ref smdi.conf
/*! \li \ref res_smdi.c uses the configuration file \ref smdi.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -17,8 +17,7 @@
* http://net-snmp.sourceforge.net/
*/
/*!
* \li The resource res_snmp uses the configuration file \ref res_snmp.conf
/*! \li \ref res_snmp.c uses the configuration file \ref res_snmp.conf
* \addtogroup configuration_file Configuration Files
*/

View File

@ -31,8 +31,7 @@
*
*/
/*!
* \li The resource res_xmpp uses the configuration file \ref xmpp.conf
/*! \li \ref res_xmpp.c uses the configuration file \ref xmpp.conf and \ref jabber.conf
* \addtogroup configuration_file Configuration Files
*/