Eliel C. Sardanons
2c882626a0
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: https://origsvn.digium.com/svn/asterisk/trunk@196308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-22 17:52:35 +00:00
..
2009-04-20 19:28:16 +00:00
2009-03-02 20:16:51 +00:00
2009-04-20 22:10:25 +00:00
2009-05-21 21:13:09 +00:00
2009-03-04 20:48:42 +00:00
2009-03-04 20:48:42 +00:00
2009-03-04 20:48:42 +00:00
2009-05-21 21:13:09 +00:00
2009-03-03 22:12:02 +00:00
2009-05-21 21:13:09 +00:00
2009-03-03 22:12:02 +00:00
2009-03-03 22:12:02 +00:00
2009-04-29 18:53:01 +00:00
2009-05-21 21:13:09 +00:00
2009-03-20 16:24:20 +00:00
2009-04-09 04:59:05 +00:00
2009-05-22 16:53:41 +00:00
2009-05-21 21:13:09 +00:00
2009-05-01 14:58:59 +00:00
2009-04-24 14:04:26 +00:00
2008-12-12 13:55:30 +00:00
2009-05-10 17:07:46 +00:00
2008-10-30 16:49:02 +00:00
2009-04-03 22:41:46 +00:00
2009-05-21 21:13:09 +00:00
2009-05-21 21:13:09 +00:00
2008-10-14 22:38:06 +00:00
2009-05-21 21:13:09 +00:00
2009-02-17 15:18:55 +00:00
2008-10-10 00:42:13 +00:00
2009-05-05 10:34:19 +00:00
2009-05-22 17:52:35 +00:00
2009-05-12 13:59:35 +00:00
2009-04-03 22:41:46 +00:00
2008-11-29 17:57:39 +00:00
2008-12-22 16:08:13 +00:00
2009-05-21 21:13:09 +00:00
2009-03-09 20:58:17 +00:00
2009-05-03 14:28:59 +00:00
2009-05-22 17:52:35 +00:00
2009-04-15 20:17:33 +00:00
2008-08-06 00:30:53 +00:00
2009-05-21 21:13:09 +00:00
2008-07-21 20:59:03 +00:00
2008-07-21 20:59:03 +00:00
2008-07-21 21:00:47 +00:00
2009-01-30 21:29:12 +00:00
2009-03-11 00:29:59 +00:00
2009-03-27 01:35:56 +00:00
2009-04-29 14:39:48 +00:00
2009-05-21 21:13:09 +00:00
2009-04-29 08:58:39 +00:00
2009-03-18 02:28:55 +00:00
2009-02-10 18:16:31 +00:00
2009-05-21 21:13:09 +00:00
2009-05-15 13:13:47 +00:00
2009-04-24 14:04:26 +00:00
2009-05-22 17:52:35 +00:00
2008-06-19 20:25:37 +00:00
2009-05-22 17:52:35 +00:00
2009-03-18 02:28:55 +00:00
2009-05-18 13:56:16 +00:00
2009-05-06 16:28:02 +00:00
2009-02-23 17:29:16 +00:00
2009-02-10 19:38:26 +00:00
2009-01-12 23:12:30 +00:00
2008-03-04 23:04:29 +00:00
2009-04-29 18:53:01 +00:00
2009-04-03 22:41:46 +00:00
2009-05-21 21:13:09 +00:00
2009-04-29 21:13:43 +00:00
2009-04-01 20:13:28 +00:00
2009-05-12 13:59:35 +00:00
2008-12-16 17:14:01 +00:00
2009-03-27 19:10:32 +00:00
2009-03-12 17:32:13 +00:00
2009-05-21 21:13:09 +00:00
2009-05-21 21:13:09 +00:00
2009-05-21 21:13:09 +00:00
2009-05-18 13:30:34 +00:00
2009-05-22 17:52:35 +00:00