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
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).