[svn-commits] eliel: branch 1.6.2 r196309 - /branches/1.6.2/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri May 22 12:56:24 CDT 2009
Author: eliel
Date: Fri May 22 12:56:21 2009
New Revision: 196309
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196309
Log:
Blocked revisions 196308 via svnmerge
........
r196308 | eliel | 2009-05-22 13:52:35 -0400 (Fri, 22 May 2009) | 30 lines
Implement a new element in AstXML for AMI actions documentation.
A new xml element was created to manage the AMI actions documentation,
using AstXML.
To register a manager action using XML documentation it is now possible
using ast_manager_register_xml().
The CLI command 'manager show command' can be used to show the parsed
documentation.
Example manager xml documentation:
<manager name="ami action name" language="en_US">
<synopsis>
AMI action synopsis.
</synopsis>
<syntax>
<xi:include xpointer="xpointer(...)" /> <-- for ActionID
<parameter name="header1" required="true">
<para>Description</para>
</parameter>
...
</syntax>
<description>
<para>AMI action description</para>
</description>
<see-also>
...
</see-also>
</manager>
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the svn-commits
mailing list