From: Olle Johansson Date: Tue, 14 Apr 2009 14:20:10 +0000 (+0000) Subject: Making sure we have references to external libraries. X-Git-Tag: 11.0.0-beta1~5055 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb03eef676b6210c0c8a1844096e87f9c6cfcb80;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_jack.c b/apps/app_jack.c index 3f8dbae19d..02d7a21dd6 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: * $ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk diff --git a/main/xmldoc.c b/main/xmldoc.c index 230b8a4c80..2ddb201796 100644 --- a/main/xmldoc.c +++ b/main/xmldoc.c @@ -19,6 +19,8 @@ * \brief XML Documentation API * * \author Eliel C. Sardanons (LU1ALY) + * + * \extref libxml2 http://www.xmlsoft.org/ */ #include "asterisk.h"