aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:27:50 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-24 19:27:50 +0000
commit9df447ca21f87c96bef53bee2f441a844dbe779e (patch)
treed45e00fec8edfbb92a7ad0a18cf76474046d94a5 /funcs
parent6ee571c288b942398fea7f5e2065f007e9518cbe (diff)
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56647 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/funcs/func_curl.c b/funcs/func_curl.c
index 55228e1ea..f7b5ce75f 100644
--- a/funcs/func_curl.c
+++ b/funcs/func_curl.c
@@ -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
*/