diff options
Diffstat (limited to 'core.lv2')
-rw-r--r-- | core.lv2/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core.lv2/Doxyfile b/core.lv2/Doxyfile index 17a9e90..23836b8 100644 --- a/core.lv2/Doxyfile +++ b/core.lv2/Doxyfile @@ -1403,14 +1403,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 |