...
- Are string fields used for rarely changing strings on structs?
- Would the use of dynamic strings -
ast_str
- be appropriate? - Are the Asterisk string functions used?
XML Documentation
- Does the XML follow the XML DTD?
- The DTD for Asterisk is found in your source directory at /doc/appdocsxml.dtd (What is an XML DTD?)
- When testing your build, run configure with
-enable-dev-mode
so the XML will be checked against the DTD- Requires xmllint