breathe-apidoc parses the XML output generated by doxygen(1) and extracts the API documentation for use
with Sphinx.
The following command line arguments are recognized:
PATH the location of the index.xml file generated by Doxygen
-oDESTDIR, --outputDESTDIR
directory to place all output
-f, --force
overwrite existing files
-m, --members
include information about members of class, group, interface, namespace, and struct types
-n, --dry-run
run the script without actually creating output files
-T, --no--toc
do not create a table of contents files
-sSUFFIX, --suffixSUFFIX
file extension for the created Sphinx input files (defaults to .rst).
-pPROJECT, --projectPROJECT
add project PROJECT to generated directives
-q, --quiet
suppress informational messages