[svn-commits] oej: trunk r188283 - in /trunk: apps/app_jack.c main/xmldoc.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 14 09:20:13 CDT 2009


Author: oej
Date: Tue Apr 14 09:20:10 2009
New Revision: 188283

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188283
Log:
Making sure we have references to external libraries.

Note: Update h.323 with the recent changes too

Modified:
    trunk/apps/app_jack.c
    trunk/main/xmldoc.c

Modified: trunk/apps/app_jack.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_jack.c?view=diff&rev=188283&r1=188282&r2=188283
==============================================================================
--- trunk/apps/app_jack.c (original)
+++ trunk/apps/app_jack.c Tue Apr 14 09:20:10 2009
@@ -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>

Modified: trunk/main/xmldoc.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/main/xmldoc.c?view=diff&rev=188283&r1=188282&r2=188283
==============================================================================
--- trunk/main/xmldoc.c (original)
+++ trunk/main/xmldoc.c Tue Apr 14 09:20:10 2009
@@ -19,6 +19,8 @@
  * \brief XML Documentation API
  *
  * \author Eliel C. Sardanons (LU1ALY) <eliels at gmail.com>
+ *
+ * \extref libxml2 http://www.xmlsoft.org/
  */
 
 #include "asterisk.h"




More information about the svn-commits mailing list