[rtems-central commit] doxygen: Sort group names
Sebastian Huber
sebh at rtems.org
Thu Aug 20 14:13:13 UTC 2020
Module: rtems-central
Branch: master
Commit: 3bd7242f25ac8546c4b38676621a4833868d82b2
Changeset: http://git.rtems.org/rtems-central/commit/?id=3bd7242f25ac8546c4b38676621a4833868d82b2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Aug 17 10:40:50 2020 +0200
doxygen: Sort group names
---
templates/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/Doxyfile b/templates/Doxyfile
index d259163..f1b9b24 100644
--- a/templates/Doxyfile
+++ b/templates/Doxyfile
@@ -598,7 +598,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
More information about the vc
mailing list