After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788209 - C++: False warning message when inheriting class from tag file
C++: False warning message when inheriting class from tag file
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.13
Other Linux
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2017-09-26 19:33 UTC by Alex Oborn
Modified: 2017-12-25 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Minimalistic sample code (3.78 KB, application/gzip)
2017-09-26 19:33 UTC, Alex Oborn
Details

Description Alex Oborn 2017-09-26 19:33:14 UTC
Created attachment 360486 [details]
Minimalistic sample code

Setup:
- Project a writes tag file.
- Project b uses tag file of project a

- Project b uses WARN_NO_PARAMDOC = YES

- Fully doxed class A lives in Project a
- class B lives in project b and inherits A

Error:
Running doxygen with project b, the following warning is displayed:
 tagfile_a.tag:1: warning: parameters of member A::a are not (all) documented

Which is:
a) not true
b) already strange, as A::a is an int, not a function (has no parameters!)


Sample project:
Sample as described above is attached, including diff output of 
the two doxygen ini-files against default doxygen file:
- unpack
- run "doxygen doxyfile_a.ini"
- run "doxygen doxyfile_b.ini"

Greets, Alex (....we love doxygen, thank you!)
Comment 1 Dimitri van Heesch 2017-12-25 14:47:03 UTC
Confirmed. Should be fixed in a next GitHub commit.
Comment 2 Dimitri van Heesch 2017-12-25 18:43:49 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.14. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferably in the form of a self-contained example).