You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major new feature! Code coverage reports, integrating data from compiled binaries provided by gcov with source code analysis from tree-sitter for more accurate C++ code coverage reports, also accounting for uninstantiated function templates, which are typically omitted by other code coverage tools. Code coverage reports feature an interactive sunburst chart using Apache ECharts, and sortable tables using tablesort. See the demonstration for an example and the documentation to get set up.
Fixed mathjax.js content, which was populating for a different file. If affected by this, run doxide init again, answer no when prompted to overwrite files, but yes for this particular file.