aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_jack.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-14 14:20:10 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-14 14:20:10 +0000
commitfc171ca2df49bc377b94a85d6d57e57e37dff48e (patch)
tree1f35821aad1b28f900fc67d09fd8ec699c325b46 /apps/app_jack.c
parent88fc0737141f9983a2032b88b261f506a190fa80 (diff)
Making sure we have references to external libraries.
Note: Update h.323 with the recent changes too git-svn-id: http://svn.digium.com/svn/asterisk/trunk@188283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_jack.c')
-rw-r--r--apps/app_jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_jack.c b/apps/app_jack.c
index 3f8dbae19..02d7a21dd 100644
--- a/apps/app_jack.c
+++ b/apps/app_jack.c
@@ -26,7 +26,7 @@
* and output jack port so that the audio can be processed through
* another application, or to play audio from another application.
*
- * \arg http://www.jackaudio.org/
+ * \extref http://www.jackaudio.org/
*
* \note To install libresample, check it out of the following repository:
* <code>$ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk</code>