aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmldoc.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-04Fix backwards and broken XML documentation.lmadsen1-1/+1
2010-07-22Merged revisions 278708 via svnmerge from jpeeler1-5/+62
2010-03-17Merged revisions 253032 via svnmerge from lmadsen1-1/+1
2009-05-26Merged revisions 196948 via svnmerge from seanbright1-1/+1
2009-05-15Merged revisions 194635 via svnmerge from eliel1-0/+9
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