Skip to content

v0.7.0

Compare
Choose a tag to compare
@lawmurray lawmurray released this 13 Nov 11:04
· 131 commits to main since this release
  • Adds an experimental doxide cover command that outputs gcov-compatible JSON to enumerate executable lines in the source code. The intended use is to mix this line data with execution data from gcov for more accurate C++ code coverage reports, addressing the problem of uninstantiated function templates being ignored by code coverage tools.
  • Minor improvement to extraction of brief descriptions (#52).
  • Minor fix for presentation of macros (#53).