summaryrefslogtreecommitdiff
path: root/apps/app_jack.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-04-14 14:20:10 +0000
committerOlle Johansson <oej@edvina.net>2009-04-14 14:20:10 +0000
commitbb03eef676b6210c0c8a1844096e87f9c6cfcb80 (patch)
tree1f35821aad1b28f900fc67d09fd8ec699c325b46 /apps/app_jack.c
parent84fd750c1050df0a135d5ff23e01e971f42d446d (diff)
Making sure we have references to external libraries.
Note: Update h.323 with the recent changes too git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188283 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>