Skip to content

Commit c94b9f3

Browse files
committedNov 20, 2014
Merge pull request #1681 from nyalldawson/sort_api
Sort members in api docs
2 parents afd32fd + 631341b commit c94b9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cmake_templates/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ SORT_MEMBER_DOCS = YES
404404
# by member name. If set to NO (the default) the members will appear in
405405
# declaration order.
406406

407-
SORT_BRIEF_DOCS = NO
407+
SORT_BRIEF_DOCS = YES
408408

409409
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
410410
# will sort the (brief and detailed) documentation of class members so that
@@ -414,7 +414,7 @@ SORT_BRIEF_DOCS = NO
414414
# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
415415
# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
416416

417-
SORT_MEMBERS_CTORS_1ST = NO
417+
SORT_MEMBERS_CTORS_1ST = YES
418418

419419
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
420420
# hierarchy of group names into alphabetical order. If set to NO (the default)

0 commit comments

Comments
 (0)
Please sign in to comment.