summaryrefslogtreecommitdiff
path: root/lldb/docs
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 /lldb/docs
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 'lldb/docs')
-rw-r--r--lldb/docs/doxygen.cfg.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/docs/doxygen.cfg.in b/lldb/docs/doxygen.cfg.in
index 5712779e6b2c..be8a21a535bd 100644
--- a/lldb/docs/doxygen.cfg.in
+++ b/lldb/docs/doxygen.cfg.in
@@ -1507,7 +1507,7 @@ CLASS_GRAPH = YES
# indirect implementation dependencies (inheritance, containment, and
# class references variables) of the class with other documented classes.
-COLLABORATION_GRAPH = YES
+COLLABORATION_GRAPH = NO
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for groups, showing the direct groups dependencies
@@ -1530,14 +1530,14 @@ TEMPLATE_RELATIONS = YES
# file showing the direct and indirect include dependencies of the file with
# other documented files.
-INCLUDE_GRAPH = YES
+INCLUDE_GRAPH = NO
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
# documented header file showing the documented files that directly or
# indirectly include this file.
-INCLUDED_BY_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
# doxygen will generate a call dependency graph for every global function