[asterisk-commits] russell: trunk r190991 - /trunk/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 29 03:56:18 CDT 2009


Author: russell
Date: Wed Apr 29 03:56:13 2009
New Revision: 190991

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190991
Log:
Fix app_queue XML documentation.

I think it would behoove us to force "make validate-docs" to be run after the
XML documentation has been generated if dev-mode is enabled.

(closes issue #14989)
Reported by: tzafrir
Patches:
      app_queue_xml.diff uploaded by tzafrir (license 46)

Modified:
    trunk/apps/app_queue.c

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_queue.c?view=diff&rev=190991&r1=190990&r2=190991
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Apr 29 03:56:13 2009
@@ -207,6 +207,7 @@
 				<para>Attempt to enter the caller into the queue at the numerical position specified. <literal>1</literal>
 				would attempt to enter the caller at the head of the queue, and <literal>3</literal> would attempt to place
 				the caller third in the queue.</para>
+			</parameter>
 		</syntax>
 		<description>
 			<para>In addition to transferring the call, a call may be parked and then picked




More information about the asterisk-commits mailing list