From 38a0577422cc2c7db8980e54ccc0c4a6c1fe592b Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 2 Nov 2011 09:17:38 +0000 Subject: [PATCH] Set SORT_MEMBERS_CTORS_1ST variable to YES in the Doxyfile so that constructor and destructor methods will get sorted before member methods in class documentation files. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43099 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index 69f5c7c050..3681a59e82 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -431,7 +431,7 @@ SORT_BRIEF_DOCS = YES # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO # and ignored for detailed docs if SORT_MEMBER_DOCS is set to 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 default)