Skip to content

Convert doxygen xml output to markdown format, which will be useful for writing github api wiki.

License

Notifications You must be signed in to change notification settings

finaldie/convert2markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert2markdown

Convert doxygen xml output to markdown format, which will be useful for writing github api wiki.

How to Install

No need to install it, just clone it is enough.

git clone git@github.com:finaldie/convert2markdown.git

How to Use it

Prepare doxygen config

Take flibs as an example

doxygen -s -g

Then modify it like [this][2]

Generate the doxygen xml format output

doxygen doxy.config

Convert xml to markdown format

src/xml2markdown.py -f doc/xml/target.xml > out.md

[2]:

About

Convert doxygen xml output to markdown format, which will be useful for writing github api wiki.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages