From 670bf2b9d186087a7b0ff637a11f0e1604f77b26 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Fri, 19 Jul 2019 10:52:32 +0100 Subject: [PATCH] doxygen: sort more things, for our sanity (#3045) --- doxygen/doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/doxygen.conf b/doxygen/doxygen.conf index 4939b61cf..371218ece 100644 --- a/doxygen/doxygen.conf +++ b/doxygen/doxygen.conf @@ -600,7 +600,7 @@ SORT_MEMBER_DOCS = YES # this will also influence the order of the classes in the class list. # The default value is: NO. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the # (brief and detailed) documentation of class members so that constructors and @@ -612,7 +612,7 @@ SORT_BRIEF_DOCS = NO # detailed member documentation. # The default value is: NO. -SORT_MEMBERS_CTORS_1ST = NO +SORT_MEMBERS_CTORS_1ST = YES # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy # of group names into alphabetical order. If set to NO the group names will