From 7d87b3d71fd40b9daad16402acef55d39c058a89 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 21 Nov 2017 22:47:50 +0100 Subject: [PATCH] show members in order of declararion --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index b7b023de..ca469795 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -562,7 +562,7 @@ INLINE_INFO = YES # name. If set to NO, the members will appear in declaration order. # The default value is: YES. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member