doxy-coverage icon indicating copy to clipboard operation
doxy-coverage copied to clipboard

Source Code Documentation Coverage Measurement

Results 8 doxy-coverage issues
Sort by recently updated
recently updated
newest added

Hi, We have the error below when we try to run doxy-coverage. We use Doxygen `1.8.5` and Python `2.7.5` **Output:** ``` $ doxy-coverage.py ./doc/xml Traceback (most recent call last): File...

Hi, I like your tool, but I had an issue with python checking. It won't parse everything that would be in the same file because it produces an xml per...

Information about (C++) file members is spread across different files. So I changed the parsing routine to walk through most of the XML output and to associate the information found...

Hi, I noticed that your README instructs the reader to run `doxygen -w doxygen.conf`. This yields an error... I assumed you meant to say `doxygen doxygen.conf`. In case you did,...

python doxy-coverage.py doc/xml --relative 55% - src/lib/Point.hpp - (5 of 9)

It would appear that multiple namespaces in a single file are not handled correctly. Entries in a files dictionary are overriden. To recreate this issue: ``` c++ #ifndef __TEST_H #define...