summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2023-05-02 12:06:48 +0200
committerTimm Bäder <tbaeder@redhat.com>2023-05-04 12:26:51 +0200
commiteadf6db585e1f018e30d9c8de4b32c5d78468e19 (patch)
treeaa81c51816da28490112e92e3ba807a0849e0586 /polly
parent8bb49433879aad8a5058561404848b9182138459 (diff)
downloadllvm-eadf6db585e1f018e30d9c8de4b32c5d78468e19.tar.gz
[docs] Hide collaboration and include graphs in doxygen docs
They don't convey any useful information and make the documentation unnecessarily hard to read. Differential Revision: https://reviews.llvm.org/D149641
Diffstat (limited to 'polly')
-rw-r--r--polly/docs/doxygen.cfg.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/docs/doxygen.cfg.in b/polly/docs/doxygen.cfg.in
index c2f9f7ff3fa7..befe6e138ec2 100644
--- a/polly/docs/doxygen.cfg.in
+++ b/polly/docs/doxygen.cfg.in
@@ -2103,7 +2103,7 @@ CLASS_GRAPH = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-COLLABORATION_GRAPH = YES
+COLLABORATION_GRAPH = NO
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
@@ -2148,7 +2148,7 @@ TEMPLATE_RELATIONS = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-INCLUDE_GRAPH = YES
+INCLUDE_GRAPH = NO
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
@@ -2157,7 +2157,7 @@ INCLUDE_GRAPH = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-INCLUDED_BY_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.