Skip to content

Commit 63d879e

Browse files
committed
reduce verbosity of doxygen graphs
1 parent 51d699a commit 63d879e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,14 +1455,14 @@ TEMPLATE_RELATIONS = YES
14551455
# file showing the direct and indirect include dependencies of the file with
14561456
# other documented files.
14571457

1458-
INCLUDE_GRAPH = YES
1458+
INCLUDE_GRAPH = NO
14591459

14601460
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
14611461
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
14621462
# documented header file showing the documented files that directly or
14631463
# indirectly include this file.
14641464

1465-
INCLUDED_BY_GRAPH = YES
1465+
INCLUDED_BY_GRAPH = NO
14661466

14671467
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
14681468
# doxygen will generate a call dependency graph for every global function

0 commit comments

Comments
 (0)