We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b652c commit 4bbaa9dCopy full SHA for 4bbaa9d
src/doxyfile
@@ -955,13 +955,13 @@ STRIP_CODE_COMMENTS = YES
955
# function all documented functions referencing it will be listed.
956
# The default value is: NO.
957
958
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = NO
959
960
# If the REFERENCES_RELATION tag is set to YES then for each documented function
961
# all documented entities called/used by that function will be listed.
962
963
964
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = NO
965
966
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
967
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
0 commit comments