Last modified: 2012-01-18 22:48:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T34899, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32899 - Alphabetical Sorting in Doxygen
Alphabetical Sorting in Doxygen
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Documentation (Other open bugs)
unspecified
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-09 14:57 UTC by Olivier Finlay Beaton
Modified: 2012-01-18 22:48 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Olivier Finlay Beaton 2011-12-09 14:57:47 UTC
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)
Comment 1 Sam Reed (reedy) 2011-12-09 15:00:52 UTC
Currently it is

SORT_MEMBER_DOCS       = YES
SORT_BRIEF_DOCS        = NO
SORT_BY_SCOPE_NAME     = NO

http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/Doxyfile?view=markup
Comment 2 Olivier Finlay Beaton 2011-12-09 15:04:49 UTC
Can we turn on brief doc sorting? That's the table of contents. It's a bit silly to sort the details and not the TOC.
Comment 3 MrBlueSky 2012-01-18 22:48:47 UTC
Fixed in r109447

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links