From 98af4cef1f1b20f1f6364cd4dbd923cc6456260e Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Thu, 28 Jan 2010 15:23:03 -0800 Subject: [PATCH] Sort members in doxygen docs. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 03b94387..fb90be90 100644 --- a/Doxyfile +++ b/Doxyfile @@ -392,7 +392,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = 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 default) -- 2.39.5