summaryrefslogtreecommitdiff
path: root/main/xmldoc.c
AgeCommit message (Expand)Author
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