From: mrbluesky Date: Wed, 18 Jan 2012 22:46:26 +0000 (+0000) Subject: (bug 32899) Alphabetical sorting for methods and properties in doxygen X-Git-Tag: 1.31.0-rc.0~25197 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=f54162ec5200a09b0c45a58c41efe5a2a83e119d;p=lhc%2Fweb%2Fwiklou.git (bug 32899) Alphabetical sorting for methods and properties in doxygen --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 3a037ae201..e126471dd7 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -66,7 +66,7 @@ HIDE_SCOPE_NAMES = NO SHOW_INCLUDE_FILES = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES SORT_BY_SCOPE_NAME = NO GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES