aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-10-09 12:07:06 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-10-09 12:07:06 +0200
commit2c516ba38f86ce04c15f9cf2472638e619528b20 (patch)
tree3f34d51410aa8810576cf128321785b80a0af9ed /doc/Doxyfile.in
parent041e038fefe5e407c22f3e9e25b0ad1c5e595f43 (diff)
Remove auto references and referenced-by relation in doc.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index e15ba84bd..e0c6a7e34 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -867,13 +867,13 @@ STRIP_CODE_COMMENTS = YES
# then for each documented function all documented
# functions referencing it will be listed.
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES
# then for each documented function all documented entities
# called/used by that function will be listed.
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from