https://bugzilla.wikimedia.org/show_bug.cgi?id=32899

       Web browser: ---
             Bug #: 32899
           Summary: Alphabetical Sorting in Doxygen
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Documentation
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: olivier.bea...@gmail.com
    Classification: Unclassified


Could we please turn on alphabetical sorting for properties and methods in
doxygen? It's not consistently done in the source files and doxygen preserves
the out-of-order listing in the TOC. It's very frustrating to say "I know it's
a getter..." then not be able to find it because getters are in 4+ different
places.

Example: https://svn.wikimedia.org/doc/classOutputPage.html

I believe the keys you are looking for in the doxygen config file are:
SORT_BRIEF_DOCS (for the TOC), SORT_MEMBER_DOCS (for the detailed listings),
SORT_MEMBERS_CTORS_1ST (if you want constructors and destructors to always be
first)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to