A doxygen to markdown converter.
An example of the result can be seen here in the API section.
- Run
doxygen
to generate the XML documentation. - Run
doxygen2md
providing 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 mode
All documentation converted to Markdown is generated on stdout.