aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmldoc.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Revert r280019 for now - This was poorly executed.seanbright1-1/+1
2010-07-27Add ability to use system libedit and update bundled libedit.seanbright1-1/+1
2010-07-22Add method for finding XML doc files for systems that don't support GLOB_BRACE.jpeeler1-5/+62
2010-07-02Fix various typos reported by Lintiantzafrir1-1/+1
2010-03-17Fix a typo.lmadsen1-1/+1
2009-08-15Add an empty line after each option when printing themvanbaak1-0/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-26Reset the terminal to the correct fg/bg after XML documenation is rendered.seanbright1-1/+1
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-2/+68
2009-05-15Allow to specify an enumlist inside an enum.eliel1-0/+9
2009-04-14Making sure we have references to external libraries.oej1-0/+2
2008-12-31Don't forget to free typenametwilson1-0/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-21/+20
2008-12-08- Fix a leak while printing an argument description.eliel1-5/+52
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-15Avoid a not needed cast, making code more readable.eliel1-14/+8
2008-11-13Introduce XML documentation for:eliel1-2/+13
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...eliel1-2/+2
2008-11-13Remove trailing whitespaceseliel1-6/+6
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,eliel1-3/+3
2008-11-12Implement AGI XML documentation parsing functions.eliel1-10/+193
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel1-0/+1621