[svn-commits] mjordan: trunk r370329 - /trunk/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 20 14:08:51 CDT 2012


Author: mjordan
Date: Fri Jul 20 14:08:47 2012
New Revision: 370329

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370329
Log:
Clean up ManagerEvent Dial documentation

The paragraph describing the SubEvent belongs with the SubEvent parameter
itself, and not with its enum values.  The order of parsing was placing
the description after the last enum, which isn't correct.

Modified:
    trunk/apps/app_dial.c

Modified: trunk/apps/app_dial.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_dial.c?view=diff&rev=370329&r1=370328&r2=370329
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Fri Jul 20 14:08:47 2012
@@ -825,11 +825,11 @@
 			<synopsis>Raised when a dial action has started.</synopsis>
 			<syntax>
 				<parameter name="SubEvent">
+					<para>A sub event type, specifying whether the dial action has begun or ended.</para>
 					<enumlist>
 						<enum name="Begin"/>
 						<enum name="End"/>
 					</enumlist>
-					<para>A sub event type, specifying whether the dial action has begun or ended.</para>
 				</parameter>
 			</syntax>
 		</managerEventInstance>




More information about the svn-commits mailing list