Skip to content

Commit 61c44d2

Browse files
Merge pull request #2799 from apaschos/doxy
Change doxygen settings
2 parents 589a584 + 740eed7 commit 61c44d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doxyfile

Lines changed: 4 additions & 4 deletions
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
@@ -955,13 +955,13 @@ STRIP_CODE_COMMENTS = YES
955955
# function all documented functions referencing it will be listed.
956956
# The default value is: NO.
957957

958-
REFERENCED_BY_RELATION = YES
958+
REFERENCED_BY_RELATION = NO
959959

960960
# If the REFERENCES_RELATION tag is set to YES then for each documented function
961961
# all documented entities called/used by that function will be listed.
962962
# The default value is: NO.
963963

964-
REFERENCES_RELATION = YES
964+
REFERENCES_RELATION = NO
965965

966966
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
967967
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
@@ -1190,7 +1190,7 @@ HTML_TIMESTAMP = NO
11901190
# The default value is: NO.
11911191
# This tag requires that the tag GENERATE_HTML is set to YES.
11921192

1193-
HTML_DYNAMIC_SECTIONS = NO
1193+
HTML_DYNAMIC_SECTIONS = YES
11941194

11951195
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
11961196
# shown in the various tree structured indices initially; the user can expand

0 commit comments

Comments
 (0)