aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-22 17:56:21 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-22 17:56:21 +0000
commitf0a201cd04fbac1f3e2270455310c8c2fdd941f0 (patch)
treef029a214227398eb008f7bc858e2f464031eb4e4
parent635a3d30546dbe8a0c51e7de0bf5571ca029f3b9 (diff)
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> ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@196309 f38db490-d61c-443f-a65b-d21fe96a405b
0 files changed, 0 insertions, 0 deletions