[Asterisk-code-review] progdocs: Remove outdated references in doxyref.h. (asterisk[19])

Alexander Traud asteriskteam at digium.com
Tue Nov 23 07:43:44 CST 2021


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17574 )


Change subject: progdocs: Remove outdated references in doxyref.h.
......................................................................

progdocs: Remove outdated references in doxyref.h.

ASTERISK-29773

Change-Id: Ica93160d9158cc0e80c5fda829b80d1b49a6b9b9
---
M cdr/cdr_odbc.c
M cdr/cdr_pgsql.c
M cdr/cdr_tds.c
M cel/cel_beanstalkd.c
M cel/cel_custom.c
M cel/cel_pgsql.c
M cel/cel_radius.c
M cel/cel_sqlite3_custom.c
M cel/cel_tds.c
M include/asterisk/doxyref.h
10 files changed, 3 insertions(+), 42 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/74/17574/1

diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index 4330586..51515c7 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -21,10 +21,7 @@
  * \brief ODBC CDR Backend
  *
  * \author Brian K. West <brian at bkw.org>
- *
- * See also:
- * \arg http://www.unixodbc.org
- * \arg \ref Config_cdr
+ * http://www.unixodbc.org
  * \ingroup cdr_drivers
  */
 
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index 56d2c6d..b189e09 100644
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -26,10 +26,6 @@
  *
  * \author Matthew D. Hardeman <mhardemn at papersoft.com>
  * PostgreSQL http://www.postgresql.org/
- *
- * See also
- * \arg \ref Config_cdr
- * PostgreSQL http://www.postgresql.org/
  * \ingroup cdr_drivers
  */
 
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 2de4e42..4a66153 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -17,10 +17,7 @@
 /*!
  * \file
  * \brief FreeTDS CDR logger
- *
- * See also
- * \arg \ref Config_cdr
- * \arg http://www.freetds.org/
+ * http://www.freetds.org/
  * \ingroup cdr_drivers
  */
 
diff --git a/cel/cel_beanstalkd.c b/cel/cel_beanstalkd.c
index fe4f430..57bb8e7 100644
--- a/cel/cel_beanstalkd.c
+++ b/cel/cel_beanstalkd.c
@@ -24,9 +24,6 @@
  *
  * This module requires the beanstalk-client library, avaialble from
  * https://github.com/deepfryed/beanstalk-client
- *
- * See also
- * \arg \ref AstCEL
  * \ingroup cel_drivers
  */
 
diff --git a/cel/cel_custom.c b/cel/cel_custom.c
index 73423a3..1ca89f1 100644
--- a/cel/cel_custom.c
+++ b/cel/cel_custom.c
@@ -22,9 +22,6 @@
  * \brief Custom Comma Separated Value CEL records.
  *
  * \author Steve Murphy <murf at digium.com>
- *
- * \arg See also \ref AstCEL
- *
  * Logs in LOG_DIR/cel_custom
  * \ingroup cel_drivers
  */
diff --git a/cel/cel_pgsql.c b/cel/cel_pgsql.c
index 4accd56..208bdd1 100644
--- a/cel/cel_pgsql.c
+++ b/cel/cel_pgsql.c
@@ -30,10 +30,6 @@
  *
  * \author Steve Murphy <murf at digium.com>
  * PostgreSQL http://www.postgresql.org/
- *
- * See also
- * \arg \ref Config_cel
- * PostgreSQL http://www.postgresql.org/
  * \ingroup cel_drivers
  */
 
diff --git a/cel/cel_radius.c b/cel/cel_radius.c
index 4e87f86..4d7a6cd 100644
--- a/cel/cel_radius.c
+++ b/cel/cel_radius.c
@@ -21,8 +21,6 @@
  * \brief RADIUS CEL Support
  * \author Philippe Sultan
  * The Radius Client Library - http://developer.berlios.de/projects/radiusclient-ng/
- *
- * \arg See also \ref AstCEL
  * \ingroup cel_drivers
  */
 
diff --git a/cel/cel_sqlite3_custom.c b/cel/cel_sqlite3_custom.c
index db38eaf..23a5b43 100644
--- a/cel/cel_sqlite3_custom.c
+++ b/cel/cel_sqlite3_custom.c
@@ -26,11 +26,6 @@
  *  Russell Bryant <russell at digium.com> from
  *  cdr_mysql_custom by Edward Eastman <ed at dm3.co.uk>,
  *	and cdr_sqlite by Holger Schurig <hs4233 at mail.mn-solutions.de>
- *
- *
- * \arg See also \ref AstCEL
- *
- *
  * \ingroup cel_drivers
  */
 
diff --git a/cel/cel_tds.c b/cel/cel_tds.c
index 0aa73e5..4b22ff1 100644
--- a/cel/cel_tds.c
+++ b/cel/cel_tds.c
@@ -17,10 +17,7 @@
 /*! \file
  *
  * \brief FreeTDS CEL logger
- *
- * See also
- * \arg \ref Config_cel
- * \arg http://www.freetds.org/
+ * http://www.freetds.org/
  * \ingroup cel_drivers
  */
 
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index 04e46ef..d6daa85 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -43,18 +43,13 @@
  * \arg \ref AstAMI : The Call management socket API
  * \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 AJI_intro : The Asterisk Jabber Interface
  * \arg \ref AstCDR
  * \arg \ref AstVar
  * \arg \ref AstVideo
- * \arg \ref AstENUM : The IETF way to redirect from phone numbers to VoIP calls
  * \arg \ref AstHTTP
- * \arg \ref AstSpeech
  *
  * \section debugconfig Debugging and Configuration References
- * \arg \ref AstDebug : Hints on debugging
  * \arg \ref extref
- * \arg \ref ConfigFiles
  * \arg \ref SoundFiles included in the Asterisk distribution
  *
  * \section weblinks Web sites
@@ -81,9 +76,7 @@
  * Some generic documents on the Asterisk architecture
  *
  * \arg \ref AstThreadStorage
- * \arg \ref DataStores
  * \arg \ref AstExtState
- * \arg \ref AstDataRetrieval
  *
  * \subsection channel_txt Channels
  * \arg See \ref Def_Channel
@@ -163,7 +156,6 @@
  * \par See also
  * \arg \ref cdr.c
  * \arg \ref cdr_drivers
- * \arg \ref Config_cdr CDR configuration files
  *
  * \todo include missing cdrdriver txt
  */
@@ -314,7 +306,6 @@
  * \brief CDR drivers are loaded dynamically, each loaded CDR driver produce
  *        a billing record for each call.
  * \arg \ref Config_mod "Modules Configuration"
- * \arg \ref Config_cdr "CDR Configuration"
  */
 
 /*!

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17574
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 19
Gerrit-Change-Id: Ica93160d9158cc0e80c5fda829b80d1b49a6b9b9
Gerrit-Change-Number: 17574
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211123/598960df/attachment.html>


More information about the asterisk-code-review mailing list