Icon

software

Doxide

Modern documentation for modern C++.

GitHub External

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.

More at doxide.org

blog Related?
GPU Programming in the Cloud

A how-to and round-up of cloud service providers.

Lawrence Murray

22 Nov 22

blog Related?
Responsive Images with Jekyll and ImageMagick

Step by step through the HTML, ImageMagick and Ruby. Works with Jekyll 4.

Lawrence Murray

30 Oct 22

blog Next
Combinatorial instantiation of C++ templates with std::variant

An alternative to explicit instantiations and macros.

Lawrence Murray

11 Jun 23

blog Previous
Avoiding Argument-Dependent Lookup in C++

A little trick using an extra namespace and cross-import.

Lawrence Murray

30 Apr 23