doxygen2md
v1.0.0
Published
A converter of doxygen XML output to Markdown
Readme
doxygen2md
A doxygen to markdown converter.
Very limited for now. Tested on a C++ project. You can see the result here in the API section.
Usage
- Run
doxygento generate the XML documentation. - Run
doxygen2mdproviding the folder location of the XML documentation.
Usage: doxygen2md [options] <doxygen xml directory>
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose verbose modeThe all documentation in the Markdown format is generated on stdout.
