GNOME Bugzilla – Bug 153381
SORT_MEMBER_DOCS doesn't work on inherited members
Last modified: 2018-07-30 10:53:01 UTC
[forwarded from http://bugs.debian.org/155355 forwarded by email as well, but no trace in the BTS] Hi Dimitri, Please let me know if you perceive the following to be a problem: SORT_MEMBER_DOCS appears to sort members from a class but it doesn't sort all the members (including those inherited) as a single unit; they appear sorted below the local members. I assume sorting all members was intended which is why I'm filing this bug. Hope this helps. Thanks, Luca I hope this finds you well. Sorry for the late reply on this. I've tested the latest and greatest doxygen package and I'm still seeing some problems. The SORT_MEMBER_DOCS appears to do the right thing on the "List of all members" pages but not on the "Class reference" pages. I'm using doxygen 1.2.16 from .deb with version 1.2.16-3. I've built some documentation that exibits the problem. Class framework::configuration inherits from framework::configuration_interface. configuration overrides all the public members it inherits except configuration_interface::is_empty. On the "List of all members" page for configuration the members are listed in alphabetical order. On the "Class reference" for configuration is_empty appears at the bottom of the list instead of in the middle before is_parent. Correctly sorted "List of all members": http://unmind.org/~jkakar/framework/classframework_1_1configuration-members.html Incorrectly sorted "Class reference": http://unmind.org/~jkakar/framework/classframework_1_1configuration.html I'll keep the documentation available at the above links for a couple of weeks. Thanks a lot for following up on this.
Any news ?
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!