Skip to content
Snippets Groups Projects
Commit 93781fa1 authored by Kinsey Moore's avatar Kinsey Moore
Browse files

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 745fcdbf
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -46,8 +46,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Transfer caller to remote extension. Transfer caller to remote extension.
</synopsis> </synopsis>
<syntax> <syntax>
<parameter name="dest" required="true" argsep="/"> <parameter name="dest" required="true" argsep="">
<argument name="Tech" /> <argument name="Tech/" />
<argument name="destination" required="true" /> <argument name="destination" required="true" />
</parameter> </parameter>
</syntax> </syntax>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment