]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Creating new doxygen macro "\extref" to create page that lists
authorOlle Johansson <oej@edvina.net>
Sat, 24 Feb 2007 19:27:50 +0000 (19:27 +0000)
committerOlle Johansson <oej@edvina.net>
Sat, 24 Feb 2007 19:27:50 +0000 (19:27 +0000)
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.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56647 65c4cc65-6c06-0410-ace0-fbb531ad65f3

13 files changed:
apps/app_festival.c
apps/app_osplookup.c
apps/app_voicemail.c
cdr/cdr_pgsql.c
cdr/cdr_radius.c
cdr/cdr_sqlite.c
channels/chan_h323.c
codecs/codec_speex.c
contrib/asterisk-ng-doxygen
funcs/func_curl.c
include/asterisk/jabber.h
res/res_crypto.c
res/res_snmp.c

index 1fa935e0b11370f3f5959ae8e4ee84762f08f2cc..678b8cd8601309e787bf32f5e295dd2dbd460a76 100644 (file)
@@ -21,6 +21,8 @@
  * \brief Connect to festival
  *
  * \author Christos Ricudis <ricudis@itc.auth.gr>
+ *
+ * \extref  The Festival Speech Synthesis System - http://www.cstr.ed.ac.uk/projects/festival/
  * 
  * \ingroup applications
  */
index 3adde50f2f6dbc5c43d946ce10bf472e0bad84d5..6ac668260987d5e39b4651415320705159676465 100644 (file)
@@ -22,6 +22,9 @@
  *
  * \author Mark Spencer <markster@digium.com>
  *
+ * \extref The OSP Toolkit: http://www.transnexus.com
+ * \extref OpenSSL http://www.openssl.org
+ *
  * \ingroup applications
  */
 
index f06c9dacc5622dceb69d1fad0e49f597e9b9db8e..5cb03c86aeaf502ed620afaa065d8ce31901064c 100644 (file)
  * \brief Comedian Mail - Voicemail System
  *
  * \author Mark Spencer <markster@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
index e8f5b73c1681444dec7b89dffcd5cbb196d9e3b6..34feca621093168b1cb4340cde6bd45d1ba7b7b2 100644 (file)
@@ -25,6 +25,7 @@
  * \brief PostgreSQL CDR logger 
  * 
  * \author Matthew D. Hardeman <mhardemn@papersoft.com> 
+ * \extref PostgreSQL http://www.postgresql.org/
  *
  * See also
  * \arg \ref Config_cdr
index 51563fabf538041c11e3274c5d6b3a0b307f44eb..e79fc01701438db2c183c7a632fad5d09ffb967e 100644 (file)
@@ -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
index c56fd4d9cdb10cc477b42fa15a5826458331b4c3..bcc50aa0e865790d5b44c5ed281ed516358f8e33 100644 (file)
@@ -22,6 +22,7 @@
  * \brief Store CDR records in a SQLite database.
  * 
  * \author Holger Schurig <hs4233@mail.mn-solutions.de>
+ * \extref SQLite http://www.sqlite.org/
  *
  * See also
  * \arg \ref Config_cdr
index 58964ee79815384503e244d2c767e49a12cb80a8..8f9278cd8b9834d0732aa378a7fecbbfc00b861f 100644 (file)
@@ -29,6 +29,7 @@
  *
  * \par See also
  * \arg Config_h323
+ * \extref OpenH323 http://www.openh323.org/
  *
  * \ingroup channel_drivers
  */
index 6978184ae0df557730a06530060ba565572c88e1..7a66b459f973bac0ec7fa16c61a7531c8db06ca6 100644 (file)
  *
  * \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
index 868258b1c8d7763b4f8762f746405b7a6d93f104..6186e2c724bede5f08d7f0a773fa722379e4eeb7 100644 (file)
@@ -181,7 +181,7 @@ TAB_SIZE               = 3
 # 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. 
index 55228e1ea8128c5ea76a314d6fb9991e0b853d92..f7b5ce75f96eb84bb431fb3d1847bb3337ecd2bb 100644 (file)
@@ -24,6 +24,8 @@
  * \author Tilghman Lesher <curl-20050919@the-tilghman.com>
  *
  * \note Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option) 
+ *
+ * \extref Depends on the CURL library  - http://curl.haxx.se/
  * 
  * \ingroup functions
  */
index b1154cf56655d172a73367b9feb4ee160ce264c2..ee247d3e2a3827c34390e03214c68b071aaccc62 100644 (file)
@@ -21,6 +21,7 @@
  * \ref AJI_intro
  * \ref res_jabber.c
  * \author Matt O'Gorman <mogorman@digium.com>
+ * \extref IKSEMEL http://iksemel.jabberstudio.org
  *
  * \page AJI_intro AJI - The Asterisk Jabber Interface
  * 
index 888564ea872427990e67d838b7d6fb4a2ee606d4..4e4a363e1111111847af96ce109e64a92f6b2b2a 100644 (file)
@@ -21,6 +21,9 @@
  * \brief Provide Cryptographic Signature capability
  *
  * \author Mark Spencer <markster@digium.com> 
+ *
+ * \extref Uses the OpenSSL library, available at
+ *     http://www.openssl.org/
  */
 
 /*** MODULEINFO
index cbca08a4199605525db3f4fcf39dfdc4165b86dc..b4a9e0fca9b3ab210a63864762c7528a30951d04 100644 (file)
@@ -12,6 +12,9 @@
  * \brief SNMP Agent / SubAgent support for Asterisk
  *
  * \author Thorsten Lockert <tholo@voop.as>
+ *
+ * \extref Uses the Net-SNMP libraries available at
+ *      http://net-snmp.sourceforge.net/
  */
 
 /*** MODULEINFO