Closed uthidata closed 5 years ago
@uthidata thanks for the report
Can you give the doxygen's xml output for a minimal test case showing this bug ? (a file that I can put in coverxygen/coverxygen/test/data/ and work with for coding a fix)
Sure, here is the source file I use to test and the output xml folder. coverxygen_bugtest.zip Here is how it looks like with the generated html
@uthidata thanks for the data
coverxygen behave as expected. It reports that the symbol testfile.cpp
which have type file
is undocumented (and it is actually undocumented).
You can generate the json version of the report to see this clearly: python3 -m coverxygen --xml-dir ./coverxygen_bugtest/xml/ --src-dir ./coverxygen_bugtest --format json-v3 --output -
Now two options:
--kind
<my header section>
/**
* @file testfile.cpp
* @brief This file contains some foobar stuff
* @details
*
* blablabla
*/
<rest of my file>
Thank you for the solutions. It works. Some of my colleagues were having the same problem, would you accept a PR for a FAQ addressing this?
Sure, a F.A.Q.
section in the root readme.md would be nice. Please also add the new section to top table of content.
Thank you
In our project we have to start every file with a copyright notice that looks like this:
Coverxygen falsely produces a 0 count at the beginning of the comment. This happens in every file with such comment.