From bb03eef676b6210c0c8a1844096e87f9c6cfcb80 Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Tue, 14 Apr 2009 14:20:10 +0000
Subject: [PATCH] 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
---
 apps/app_jack.c | 2 +-
 main/xmldoc.c   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

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:
  * <code>$ svn co http://svn.digium.com/svn/thirdparty/libresample/trunk</code>
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) <eliels@gmail.com>
+ *
+ * \extref libxml2 http://www.xmlsoft.org/
  */
 
 #include "asterisk.h"
-- 
GitLab