Doxygen Updates - Title update

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

(issue ASTERISK-20259)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Andrew Latham 2012-10-14 21:47:40 +00:00
parent 02bcd5bfb6
commit 3820f1586e
18 changed files with 32 additions and 29 deletions

View File

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

View File

@ -24,8 +24,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_alsa uses the configuration file \ref alsa.conf
/*! \li \ref chan_alsa.c uses the configuration file \ref alsa.conf
* \addtogroup configuration_file
*/

View File

@ -47,8 +47,7 @@
* - console_video support
*/
/*!
* \li The channel chan_console uses the configuration file \ref console.conf
/*! \li \ref chan_console.c uses the configuration file \ref console.conf
* \addtogroup configuration_file
*/

View File

@ -34,8 +34,7 @@
* \todo Deprecate the "musiconhold" configuration option post 1.4
*/
/*!
* \li The channel chan_dahdi uses the configuration file \ref chan_dahdi.conf
/*! \li \ref chan_dahdi.c uses the configuration file \ref chan_dahdi.conf
* \addtogroup configuration_file
*/

View File

@ -31,8 +31,7 @@
* \todo Fix native bridging.
*/
/*!
* \li The channel chan_gtalk uses the configuration file \ref gtalk.conf
/*! \li \ref chan_gtalk.c uses the configuration file \ref gtalk.conf
* \addtogroup configuration_file
*/

View File

@ -34,6 +34,14 @@
* \ingroup channel_drivers
*/
/*! \li \ref chan_h323.c uses the configuration file \ref h323.conf
* \addtogroup configuration_file
*/
/*! \page h323.conf h323.conf
* \verbinclude h323.conf.sample
*/
/*** MODULEINFO
<depend>openh323</depend>
<defaultenabled>no</defaultenabled>

View File

@ -31,8 +31,7 @@
* \todo Implement musicclass settings for IAX2 devices
*/
/*!
* \li The channel chan_iax uses the configuration file \ref iax.conf
/*! \li \ref chan_iax2.c uses the configuration file \ref iax.conf
* \addtogroup configuration_file
*/

View File

@ -27,8 +27,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_jingle uses the configuration file \ref jingle.conf
/*! \li \ref chan_jingle.c uses the configuration file \ref jingle.conf
* \addtogroup configuration_file
*/

View File

@ -25,8 +25,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_mgcp uses the configuration file \ref mgcp.conf
/*! \li \ref chan_mgcp.c uses the configuration file \ref mgcp.conf
* \addtogroup configuration_file
*/

View File

@ -29,8 +29,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_misdn uses the configuration file \ref misdn.conf
/*! \li \ref chan_misdn.c uses the configuration file \ref misdn.conf
* \addtogroup configuration_file
*/

View File

@ -27,8 +27,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_motif uses the configuration file \ref motif.conf
/*! \li \ref chan_motif.c uses the configuration file \ref motif.conf
* \addtogroup configuration_file
*/

View File

@ -30,8 +30,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_oss uses the configuration file \ref oss.conf
/*! \li \ref chan_oss.c uses the configuration file \ref oss.conf
* \addtogroup configuration_file
*/

View File

@ -25,6 +25,14 @@
* \ingroup channel_drivers
*/
/*! \li \ref chan_phone.c uses the configuration file \ref phone.conf
* \addtogroup configuration_file
*/
/*! \page phone.conf phone.conf
* \verbinclude phone.conf.sample
*/
/*** MODULEINFO
<depend>ixjuser</depend>
<support_level>extended</support_level>

View File

@ -92,8 +92,7 @@
* the sip_hangup() function
*/
/*!
* \li The channel chan_sip uses configuration files \ref sip.conf and \ref sip_notify.conf
/*! \li \ref chan_sip.c uses configuration files \ref sip.conf and \ref sip_notify.conf
* \addtogroup configuration_file
*/

View File

@ -25,8 +25,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_skinny uses the configuration file \ref skinny.conf
/*! \li \ref chan_skinny.c uses the configuration file \ref skinny.conf
* \addtogroup configuration_file
*/

View File

@ -29,8 +29,7 @@
* \ingroup channel_drivers
*/
/*!
* \li The channel chan_vpb uses the configuration file \ref vpb.conf
/*! \li \ref chan_vpb.cc uses the configuration file \ref vpb.conf
* \addtogroup configuration_file
*/

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Implementation of Inter-Asterisk eXchange
*

View File

@ -1,5 +1,5 @@
/*
* Asterisk -- A telephony toolkit for Linux.
* Asterisk -- An open source telephony toolkit.
*
* Implementation of Inter-Asterisk eXchange
*