GNOME Bugzilla – Bug 625532
Incorrect warning regarding const member variable of C++ class
Last modified: 2010-07-29 19:40:10 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.
*** This bug has been marked as a duplicate of bug 621733 ***