GNOME Bugzilla – Bug 771152
C++11 ref-qualifiers do not appear in Member Function Documentation section
Last modified: 2016-12-29 18:45:58 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(); ...
Confirmed. Should be fixed in the next GIT update.
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).