summaryrefslogtreecommitdiff
path: root/main/xmldoc.c
AgeCommit message (Expand)Author
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-03-17Fix a typo.Leif Madsen
2009-08-15Add an empty line after each option when printing theMichiel van Baak
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-26Reset the terminal to the correct fg/bg after XML documenation is rendered.Sean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-15Allow to specify an enumlist inside an enum.Eliel C. Sardanons
2009-04-14Making sure we have references to external libraries.Olle Johansson
2008-12-31Don't forget to free typenameTerry Wilson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-08- Fix a leak while printing an argument description.Eliel C. Sardanons
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-15Avoid a not needed cast, making code more readable.Eliel C. Sardanons
2008-11-13Introduce XML documentation for:Eliel C. Sardanons
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...Eliel C. Sardanons
2008-11-13Remove trailing whitespacesEliel C. Sardanons
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,Eliel C. Sardanons
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons