From e5d44a71ee9b34c593c0196b5711b3cbdbf1c6bd Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 14 Apr 2024 09:30:39 -0500 Subject: [PATCH] Set SORT_MEMBER_DOCS to NO for doxygen --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index a17fe422..1db5d293 100644 --- a/Doxyfile +++ b/Doxyfile @@ -687,7 +687,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