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 625532 - Incorrect warning regarding const member variable of C++ class
Incorrect warning regarding const member variable of C++ class
Status: RESOLVED DUPLICATE of bug 621733
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Windows
: Normal trivial
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-07-28 23:02 UTC by AaronS
Modified: 2010-07-29 19:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description AaronS 2010-07-28 23:02:51 UTC
When a member variable of a C++ class is defined as const, the following warning is produced, indicating that doxygen thinks this is a function in a certain sense:
warning: return type of member <qname> is not documented

The documentation is still correctly produced and the only issue is the warning.
Comment 1 Dimitri van Heesch 2010-07-29 19:40:10 UTC

*** This bug has been marked as a duplicate of bug 621733 ***