| Classes | |
| class | ParseDoxygenXML | 
| Functions | |
| def | generate_xml (input_path, output_path, quiet=False) | 
| Variables | |
| string | DOXYGEN_CONF = 'doxygen.conf' | 
| def parse_doxygen_xml.generate_xml | ( | input_path, | |
| output_path, | |||
| quiet = False | |||
| ) | 
Parse the file for documentation and output it as in an xml format
Definition at line 59 of file parse_doxygen_xml.py.
| string parse_doxygen_xml.DOXYGEN_CONF = 'doxygen.conf' | 
Definition at line 7 of file parse_doxygen_xml.py.