Skip to content

Commit a3b652c

Browse files
author
Andreas Paschos
committed
Change the order of appearance of class methods
Constuctors and destructors for each class appear before the rest of the methods. The rest appear in alphabetical order as set by SORT_MEMBER_DOCS.
1 parent dbd6988 commit a3b652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ SORT_BRIEF_DOCS = NO
571571
# detailed member documentation.
572572
# The default value is: NO.
573573

574-
SORT_MEMBERS_CTORS_1ST = NO
574+
SORT_MEMBERS_CTORS_1ST = YES
575575

576576
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
577577
# of group names into alphabetical order. If set to NO the group names will

0 commit comments

Comments
 (0)