software
Doxide
Documentation generation and code coverage reports for modern C++
Doxide is a documentation generator and code coverage tool for modern C++. It is configured with YAML, generates Markdown, and publishes HTML.
As a documentation generator it parses C++ source files annotated with documentation comments and produces Markdown that can be published for the web with MkDocs.
As a code coverage tool it generates interactive reports of test coverage with sunburst charts and sortable tables. Its approach to code coverage mixes source code parsing and gcov
coverage information to improve accuracy, especially around uninstantiated function templates, which are a blind spot for other tools.