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 771152 - C++11 ref-qualifiers do not appear in Member Function Documentation section
C++11 ref-qualifiers do not appear in Member Function Documentation section
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.11
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-09-10 04:33 UTC by Anthony Leedom
Modified: 2016-12-29 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Anthony Leedom 2016-09-10 04:33:09 UTC
C++11 ref-qualifiers appear in the proper place in a C++ class' "Public Member Functions" section, but do not appear below in the more detailed "Member Function Documentation" section.

Ex:
_Public Member Functions_
...
void Foo() const&;
void Foo() &&;
...


_Member Function Documentation_
...
void Foo() const;
void Foo();
...
Comment 1 Dimitri van Heesch 2016-10-02 12:40:37 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2016-12-29 18:45:58 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.13. 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).