progdocs: Remove outdated references in doxyref.h.

ASTERISK-29773

Change-Id: Ica93160d9158cc0e80c5fda829b80d1b49a6b9b9
This commit is contained in:
Alexander Traud
2021-11-23 14:12:17 +01:00
committed by George Joseph
parent 4b3c75ca31
commit 1230369b71
10 changed files with 3 additions and 42 deletions

View File

@@ -21,10 +21,7 @@
* \brief ODBC CDR Backend * \brief ODBC CDR Backend
* *
* \author Brian K. West <brian@bkw.org> * \author Brian K. West <brian@bkw.org>
* * http://www.unixodbc.org
* See also:
* \arg http://www.unixodbc.org
* \arg \ref Config_cdr
* \ingroup cdr_drivers * \ingroup cdr_drivers
*/ */

View File

@@ -26,10 +26,6 @@
* *
* \author Matthew D. Hardeman <mhardemn@papersoft.com> * \author Matthew D. Hardeman <mhardemn@papersoft.com>
* PostgreSQL http://www.postgresql.org/ * PostgreSQL http://www.postgresql.org/
*
* See also
* \arg \ref Config_cdr
* PostgreSQL http://www.postgresql.org/
* \ingroup cdr_drivers * \ingroup cdr_drivers
*/ */

View File

@@ -17,10 +17,7 @@
/*! /*!
* \file * \file
* \brief FreeTDS CDR logger * \brief FreeTDS CDR logger
* * http://www.freetds.org/
* See also
* \arg \ref Config_cdr
* \arg http://www.freetds.org/
* \ingroup cdr_drivers * \ingroup cdr_drivers
*/ */

View File

@@ -24,9 +24,6 @@
* *
* This module requires the beanstalk-client library, avaialble from * This module requires the beanstalk-client library, avaialble from
* https://github.com/deepfryed/beanstalk-client * https://github.com/deepfryed/beanstalk-client
*
* See also
* \arg \ref AstCEL
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -22,9 +22,6 @@
* \brief Custom Comma Separated Value CEL records. * \brief Custom Comma Separated Value CEL records.
* *
* \author Steve Murphy <murf@digium.com> * \author Steve Murphy <murf@digium.com>
*
* \arg See also \ref AstCEL
*
* Logs in LOG_DIR/cel_custom * Logs in LOG_DIR/cel_custom
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -30,10 +30,6 @@
* *
* \author Steve Murphy <murf@digium.com> * \author Steve Murphy <murf@digium.com>
* PostgreSQL http://www.postgresql.org/ * PostgreSQL http://www.postgresql.org/
*
* See also
* \arg \ref Config_cel
* PostgreSQL http://www.postgresql.org/
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -21,8 +21,6 @@
* \brief RADIUS CEL Support * \brief RADIUS CEL Support
* \author Philippe Sultan * \author Philippe Sultan
* The Radius Client Library - http://developer.berlios.de/projects/radiusclient-ng/ * The Radius Client Library - http://developer.berlios.de/projects/radiusclient-ng/
*
* \arg See also \ref AstCEL
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -26,11 +26,6 @@
* Russell Bryant <russell@digium.com> from * Russell Bryant <russell@digium.com> from
* cdr_mysql_custom by Edward Eastman <ed@dm3.co.uk>, * cdr_mysql_custom by Edward Eastman <ed@dm3.co.uk>,
* and cdr_sqlite by Holger Schurig <hs4233@mail.mn-solutions.de> * and cdr_sqlite by Holger Schurig <hs4233@mail.mn-solutions.de>
*
*
* \arg See also \ref AstCEL
*
*
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -17,10 +17,7 @@
/*! \file /*! \file
* *
* \brief FreeTDS CEL logger * \brief FreeTDS CEL logger
* * http://www.freetds.org/
* See also
* \arg \ref Config_cel
* \arg http://www.freetds.org/
* \ingroup cel_drivers * \ingroup cel_drivers
*/ */

View File

@@ -43,18 +43,13 @@
* \arg \ref AstAMI : The Call management socket API * \arg \ref AstAMI : The Call management socket API
* \arg \ref AstARA : A generic data storage and retrieval API for Asterisk * \arg \ref AstARA : A generic data storage and retrieval API for Asterisk
* \arg \ref AstDUNDi : A way to find phone services dynamically by using the DUNDi protocol * \arg \ref AstDUNDi : A way to find phone services dynamically by using the DUNDi protocol
* \arg \ref AJI_intro : The Asterisk Jabber Interface
* \arg \ref AstCDR * \arg \ref AstCDR
* \arg \ref AstVar * \arg \ref AstVar
* \arg \ref AstVideo * \arg \ref AstVideo
* \arg \ref AstENUM : The IETF way to redirect from phone numbers to VoIP calls
* \arg \ref AstHTTP * \arg \ref AstHTTP
* \arg \ref AstSpeech
* *
* \section debugconfig Debugging and Configuration References * \section debugconfig Debugging and Configuration References
* \arg \ref AstDebug : Hints on debugging
* \arg \ref extref * \arg \ref extref
* \arg \ref ConfigFiles
* \arg \ref SoundFiles included in the Asterisk distribution * \arg \ref SoundFiles included in the Asterisk distribution
* *
* \section weblinks Web sites * \section weblinks Web sites
@@ -81,9 +76,7 @@
* Some generic documents on the Asterisk architecture * Some generic documents on the Asterisk architecture
* *
* \arg \ref AstThreadStorage * \arg \ref AstThreadStorage
* \arg \ref DataStores
* \arg \ref AstExtState * \arg \ref AstExtState
* \arg \ref AstDataRetrieval
* *
* \subsection channel_txt Channels * \subsection channel_txt Channels
* \arg See \ref Def_Channel * \arg See \ref Def_Channel
@@ -163,7 +156,6 @@
* \par See also * \par See also
* \arg \ref cdr.c * \arg \ref cdr.c
* \arg \ref cdr_drivers * \arg \ref cdr_drivers
* \arg \ref Config_cdr CDR configuration files
* *
* \todo include missing cdrdriver txt * \todo include missing cdrdriver txt
*/ */
@@ -314,7 +306,6 @@
* \brief CDR drivers are loaded dynamically, each loaded CDR driver produce * \brief CDR drivers are loaded dynamically, each loaded CDR driver produce
* a billing record for each call. * a billing record for each call.
* \arg \ref Config_mod "Modules Configuration" * \arg \ref Config_mod "Modules Configuration"
* \arg \ref Config_cdr "CDR Configuration"
*/ */
/*! /*!