doc icon indicating copy to clipboard operation
doc copied to clipboard

doxygen to sphinx

Open justinmk opened this issue 7 years ago • 1 comments
trafficstars

Currently we use doxygen to generate C API docs in HTML form: https://neovim.io/doc/dev/

This project can convert doxygen to sphinx format.

For example, the vis project uses breathe to publish its C API docs to https://vis.readthedocs.io/en/master/

Other alternatives: https://github.com/michaeljones/breathe#alternatives

justinmk avatar Mar 20 '18 15:03 justinmk

Another alternative (avoids sphinx, author in markdown): MkDocs https://news.ycombinator.com/item?id=17716791

justinmk avatar Aug 10 '18 13:08 justinmk