aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-02-18 10:45:51 +0100
committerTobias Brunner <tobias@strongswan.org>2014-02-18 10:45:51 +0100
commit21cfbce0c2dbe1a1a83557c97e530343c97b19c7 (patch)
treecfadadba01866f286d50cdc47ce42a6b59d67ee2 /Doxyfile.in
parent4ab38d98a709ee05d404a8b9a6748eff60507aed (diff)
downloadstrongswan-21cfbce0c2dbe1a1a83557c97e530343c97b19c7.tar.bz2
strongswan-21cfbce0c2dbe1a1a83557c97e530343c97b19c7.tar.xz
Doxygen: Sort group names alphabetically
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index ac0a96c88..af172e34e 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