[asterisk-commits] oej: trunk r56647 - in /trunk: apps/ cdr/
channels/ codecs/ contrib/ funcs/ i...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Feb 24 12:27:50 MST 2007
Author: oej
Date: Sat Feb 24 13:27:50 2007
New Revision: 56647
URL: http://svn.digium.com/view/asterisk?view=rev&rev=56647
Log:
Creating new doxygen macro "\extref" to create page that lists
external libraries and URLs to these. Please help me add these
references.
We might want to create a similar macro "\linuxpackage" to list
the needed Linux packages in popular distributions.
Modified:
trunk/apps/app_festival.c
trunk/apps/app_osplookup.c
trunk/apps/app_voicemail.c
trunk/cdr/cdr_pgsql.c
trunk/cdr/cdr_radius.c
trunk/cdr/cdr_sqlite.c
trunk/channels/chan_h323.c
trunk/codecs/codec_speex.c
trunk/contrib/asterisk-ng-doxygen
trunk/funcs/func_curl.c
trunk/include/asterisk/jabber.h
trunk/res/res_crypto.c
trunk/res/res_snmp.c
Modified: trunk/apps/app_festival.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_festival.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/apps/app_festival.c (original)
+++ trunk/apps/app_festival.c Sat Feb 24 13:27:50 2007
@@ -21,6 +21,8 @@
* \brief Connect to festival
*
* \author Christos Ricudis <ricudis at itc.auth.gr>
+ *
+ * \extref The Festival Speech Synthesis System - http://www.cstr.ed.ac.uk/projects/festival/
*
* \ingroup applications
*/
Modified: trunk/apps/app_osplookup.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_osplookup.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/apps/app_osplookup.c (original)
+++ trunk/apps/app_osplookup.c Sat Feb 24 13:27:50 2007
@@ -21,6 +21,9 @@
* \brief Open Settlement Protocol (OSP) Applications
*
* \author Mark Spencer <markster at digium.com>
+ *
+ * \extref The OSP Toolkit: http://www.transnexus.com
+ * \extref OpenSSL http://www.openssl.org
*
* \ingroup applications
*/
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Sat Feb 24 13:27:50 2007
@@ -21,6 +21,10 @@
* \brief Comedian Mail - Voicemail System
*
* \author Mark Spencer <markster at digium.com>
+ *
+ * \extref Unixodbc - http://www.unixodbc.org
+ * \extref A source distribution of University of Washington's IMAP
+c-client (http://www.washington.edu/imap/
*
* \par See also
* \arg \ref Config_vm
Modified: trunk/cdr/cdr_pgsql.c
URL: http://svn.digium.com/view/asterisk/trunk/cdr/cdr_pgsql.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/cdr/cdr_pgsql.c (original)
+++ trunk/cdr/cdr_pgsql.c Sat Feb 24 13:27:50 2007
@@ -25,6 +25,7 @@
* \brief PostgreSQL CDR logger
*
* \author Matthew D. Hardeman <mhardemn at papersoft.com>
+ * \extref PostgreSQL http://www.postgresql.org/
*
* See also
* \arg \ref Config_cdr
Modified: trunk/cdr/cdr_radius.c
URL: http://svn.digium.com/view/asterisk/trunk/cdr/cdr_radius.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/cdr/cdr_radius.c (original)
+++ trunk/cdr/cdr_radius.c Sat Feb 24 13:27:50 2007
@@ -20,6 +20,7 @@
*
* \brief RADIUS CDR Support
* \author Philippe Sultan
+ * \extref FreeRadius http://www.freeradius.org/
*
* \arg See also \ref AstCDR
* \ingroup cdr_drivers
Modified: trunk/cdr/cdr_sqlite.c
URL: http://svn.digium.com/view/asterisk/trunk/cdr/cdr_sqlite.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/cdr/cdr_sqlite.c (original)
+++ trunk/cdr/cdr_sqlite.c Sat Feb 24 13:27:50 2007
@@ -22,6 +22,7 @@
* \brief Store CDR records in a SQLite database.
*
* \author Holger Schurig <hs4233 at mail.mn-solutions.de>
+ * \extref SQLite http://www.sqlite.org/
*
* See also
* \arg \ref Config_cdr
Modified: trunk/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_h323.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Sat Feb 24 13:27:50 2007
@@ -29,6 +29,7 @@
*
* \par See also
* \arg Config_h323
+ * \extref OpenH323 http://www.openh323.org/
*
* \ingroup channel_drivers
*/
Modified: trunk/codecs/codec_speex.c
URL: http://svn.digium.com/view/asterisk/trunk/codecs/codec_speex.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/codecs/codec_speex.c (original)
+++ trunk/codecs/codec_speex.c Sat Feb 24 13:27:50 2007
@@ -21,10 +21,13 @@
*
* \brief Translate between signed linear and Speex (Open Codec)
*
- * http://www.speex.org
* \note This work was motivated by Jeremy McNamara
* hacked to be configurable by anthm and bkw 9/28/2004
+ *
* \ingroup codecs
+ *
+ * \extref The Speex library - http://www.speex.org
+ *
*/
/*** MODULEINFO
Modified: trunk/contrib/asterisk-ng-doxygen
URL: http://svn.digium.com/view/asterisk/trunk/contrib/asterisk-ng-doxygen?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/contrib/asterisk-ng-doxygen (original)
+++ trunk/contrib/asterisk-ng-doxygen Sat Feb 24 13:27:50 2007
@@ -181,7 +181,7 @@
# will result in a user-defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
-ALIASES =
+ALIASES += "extref=\xrefitem extref \"ExtRef\" \"External references\""
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.
Modified: trunk/funcs/func_curl.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_curl.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/funcs/func_curl.c (original)
+++ trunk/funcs/func_curl.c Sat Feb 24 13:27:50 2007
@@ -24,6 +24,8 @@
* \author Tilghman Lesher <curl-20050919 at the-tilghman.com>
*
* \note Brian Wilkins <bwilkins at cfl.rr.com> (Added POST option)
+ *
+ * \extref Depends on the CURL library - http://curl.haxx.se/
*
* \ingroup functions
*/
Modified: trunk/include/asterisk/jabber.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/jabber.h?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/include/asterisk/jabber.h (original)
+++ trunk/include/asterisk/jabber.h Sat Feb 24 13:27:50 2007
@@ -21,6 +21,7 @@
* \ref AJI_intro
* \ref res_jabber.c
* \author Matt O'Gorman <mogorman at digium.com>
+ * \extref IKSEMEL http://iksemel.jabberstudio.org
*
* \page AJI_intro AJI - The Asterisk Jabber Interface
*
Modified: trunk/res/res_crypto.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_crypto.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/res/res_crypto.c (original)
+++ trunk/res/res_crypto.c Sat Feb 24 13:27:50 2007
@@ -21,6 +21,9 @@
* \brief Provide Cryptographic Signature capability
*
* \author Mark Spencer <markster at digium.com>
+ *
+ * \extref Uses the OpenSSL library, available at
+ * http://www.openssl.org/
*/
/*** MODULEINFO
Modified: trunk/res/res_snmp.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_snmp.c?view=diff&rev=56647&r1=56646&r2=56647
==============================================================================
--- trunk/res/res_snmp.c (original)
+++ trunk/res/res_snmp.c Sat Feb 24 13:27:50 2007
@@ -12,6 +12,9 @@
* \brief SNMP Agent / SubAgent support for Asterisk
*
* \author Thorsten Lockert <tholo at voop.as>
+ *
+ * \extref Uses the Net-SNMP libraries available at
+ * http://net-snmp.sourceforge.net/
*/
/*** MODULEINFO
More information about the asterisk-commits
mailing list