usage: doxygentoasciidoc [-h] [-o OUTPUT] [-c] file
Convert Doxygen XML to AsciiDoc
positional arguments:
file The path of the Doxygen XML file to convert
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Write to file instead of stdout
-c, --child Is NOT the root index file
Install the development dependencies:
$ pip install -r dev.txt
Run the test suite:
$ pytest
Ensure code is formatted consistently:
$ black --check .
Ensure code passes linting:
$ pylint doxygentoasciidoc