From: Tobias Brunner Date: Tue, 18 Feb 2014 09:45:51 +0000 (+0100) Subject: Doxygen: Sort group names alphabetically X-Git-Tag: 5.1.2rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cfbce0c2dbe1a1a83557c97e530343c97b19c7;p=thirdparty%2Fstrongswan.git Doxygen: Sort group names alphabetically --- diff --git a/Doxyfile.in b/Doxyfile.in index ac0a96c88d..af172e34eb 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -487,7 +487,7 @@ SORT_MEMBERS_CTORS_1ST = NO # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. -SORT_GROUP_NAMES = NO +SORT_GROUP_NAMES = YES # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to