@@ -571,7 +571,7 @@ SORT_BRIEF_DOCS = NO
571
571
# detailed member documentation.
572
572
# The default value is: NO.
573
573
574
- SORT_MEMBERS_CTORS_1ST = NO
574
+ SORT_MEMBERS_CTORS_1ST = YES
575
575
576
576
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
577
577
# of group names into alphabetical order. If set to NO the group names will
@@ -955,13 +955,13 @@ STRIP_CODE_COMMENTS = YES
955
955
# function all documented functions referencing it will be listed.
956
956
# The default value is: NO.
957
957
958
- REFERENCED_BY_RELATION = YES
958
+ REFERENCED_BY_RELATION = NO
959
959
960
960
# If the REFERENCES_RELATION tag is set to YES then for each documented function
961
961
# all documented entities called/used by that function will be listed.
962
962
# The default value is: NO.
963
963
964
- REFERENCES_RELATION = YES
964
+ REFERENCES_RELATION = NO
965
965
966
966
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
967
967
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
@@ -1190,7 +1190,7 @@ HTML_TIMESTAMP = NO
1190
1190
# The default value is: NO.
1191
1191
# This tag requires that the tag GENERATE_HTML is set to YES.
1192
1192
1193
- HTML_DYNAMIC_SECTIONS = NO
1193
+ HTML_DYNAMIC_SECTIONS = YES
1194
1194
1195
1195
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1196
1196
# shown in the various tree structured indices initially; the user can expand
0 commit comments