-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
I'm using doxygen v1.8.4, Jenkins v1.523, Warnings plugin v4.27 on A Windows 7 PC.
Doxygen gives lots of warnings on one C source file (correct ones), of which two lines are oddly formatted:
<xyz_DoA>:1: Warning: parameters of member xyz_DoA are not (all) documented
<xyz_DoA>:1: Warning: return type of member xyz_DoA is not documented
The warnings plugin will present these warnings as new warnings with each build.
[JENKINS-19354] Warnings plugin marks some doxygen warnings as new for every build
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Is xyz_DoA an actual file name? What is the original output that leads to the warning?
Do all other warnings show up as old warnings?