From fc4eed38d554fd5815570e6bc7e3e2cbf6078159 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Thu, 2 Feb 2023 22:13:40 +0100 Subject: [PATCH] Sort doxygen group names --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 56a877c..50b2997 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -697,7 +697,7 @@ SORT_MEMBERS_CTORS_1ST = NO # appear in their defined order. # The default value is: NO. -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 NO, the class list will