software
Doxide
Modern documentation for modern C++.
Doxide generates documentation for C++ source code. It is configured with YAML, generates Markdown, and publishes HTML.
Entities in the source code are documented with special /** comments */
containing @commands
, as with the classic tool Doxygen. The source code is parsed, then documentation extracted and processed into Markdown then HTML. Doxide aims at online documentation with a modern look and responsive design for desktop and mobile devices.