Definition at line 10 of file parse_doxygen_xml.py.
◆ __init__()
def parse_doxygen_xml.ParseDoxygenXML.__init__ |
( |
|
self, |
|
|
|
input_path, |
|
|
|
output_path |
|
) |
| |
Parse the Doxygen generated XML files.
Arguments:
input_path -- path to the input folder or file
output_path -- path to the output folder
Definition at line 11 of file parse_doxygen_xml.py.
◆ run()
def parse_doxygen_xml.ParseDoxygenXML.run |
( |
|
self, |
|
|
|
quiet = True |
|
) |
| |
Run the Doxygen XML parser.
Arguments:
quiet -- turn on/off the messages that are generated to standard
output by Doxygen (default = True)
Returns:
A Docs template storing all the class and free documentation in the
file.
Definition at line 21 of file parse_doxygen_xml.py.
◆ input_path
parse_doxygen_xml.ParseDoxygenXML.input_path |
◆ output_path
parse_doxygen_xml.ParseDoxygenXML.output_path |
The documentation for this class was generated from the following file: