[svn-commits] kmoore: trunk r361042 - in /trunk: ./ apps/app_transfer.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 3 15:14:04 CDT 2012


Author: kmoore
Date: Tue Apr  3 15:14:01 2012
New Revision: 361042

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=361042
Log:
Fix the display of documentation for Transfer

This came up while fixing documentation generation for many other cases where
the argument separator was not being displayed properly.  Now that it is
displayed properly, it shows up in the wrong place for Transfer since the '/'
is only required if Tech is present.

(related to issue ASTERISK-18168)
........

Merged revisions 361040 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 361041 from http://svn.asterisk.org/svn/asterisk/branches/10

Modified:
    trunk/   (props changed)
    trunk/apps/app_transfer.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/apps/app_transfer.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_transfer.c?view=diff&rev=361042&r1=361041&r2=361042
==============================================================================
--- trunk/apps/app_transfer.c (original)
+++ trunk/apps/app_transfer.c Tue Apr  3 15:14:01 2012
@@ -46,8 +46,8 @@
 			Transfer caller to remote extension.
 		</synopsis>
 		<syntax>
-			<parameter name="dest" required="true" argsep="/">
-				<argument name="Tech" />
+			<parameter name="dest" required="true" argsep="">
+				<argument name="Tech/" />
 				<argument name="destination" required="true" />
 			</parameter>
 		</syntax>




More information about the svn-commits mailing list