Skip to content

sourcey/doxygen2md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doxygen2md

A doxygen to markdown converter.

An example of the result can be seen here in the API section.

Usage

  1. Run doxygen to generate the XML documentation.
  2. Run doxygen2md providing the folder location of the XML documentation.
Usage: doxygen2md [options] <doxygen directory>

Options:

  -h, --help           output usage information
  -V, --version        output the version number
  -v, --verbose        verbose mode
  -a, --anchors        add anchors for internal links
  -g, --groups         output doxygen groups separately
  -o, --output <file>  output file

The all documentation converted to Markdown is generated to the output file.

About

A doxygen to markdown converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • XSLT 2.1%
  • C++ 1.4%