Eliel C. Sardanons
62a32fef40
Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_inside()
...
we need to pass the name of the node that we are looking for.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-13 13:53:13 +00:00
Eliel C. Sardanons
df6b78b742
Remove trailing whitespaces
...
using ':%s/\s\+$//' pointed by seanbright on #asterisk-dev
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-13 13:08:34 +00:00
Eliel C. Sardanons
15d30a56cd
- The paramname is a pointer allocated with strdup() or malloc(), so,
...
we need to free it with ast_free().
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-12 17:28:02 +00:00
Eliel C. Sardanons
6f31fed83f
Implement AGI XML documentation parsing functions.
...
A new <agi> element is used to describe the XML documentation.
We have the usual synopsis,syntax,description and seealso for AGI commands.
The CLI 'agi show commands' command was changed to show all the documentation se
ctions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-12 00:17:43 +00:00
Eliel C. Sardanons
23adb8e509
Move all the XML documentation API from pbx.c to xmldoc.c.
...
Export the XML documentation API:
ast_xmldoc_build_synopsis()
ast_xmldoc_build_syntax()
ast_xmldoc_build_description()
ast_xmldoc_build_seealso()
ast_xmldoc_build_arguments()
ast_xmldoc_printable()
ast_xmldoc_load_documentation()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 13:53:23 +00:00