From f66cb8f28a2779159baeef6ea91a7684d59cc295 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 23:16:47 +0200 Subject: Changed representation of environment to vector --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 1bd10b9..4fd5a71 100644 --- a/Doxyfile +++ b/Doxyfile @@ -608,7 +608,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 -- cgit