diff options
author | David Robillard <d@drobilla.net> | 2011-03-02 06:17:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-02 06:17:15 +0000 |
commit | 0a890c2ac8a162287f595d0d00a38f13d16d74a4 (patch) | |
tree | e3ca488b5e785f97250cab7b3c4c6f7d0b9a8ecf /core.lv2/Doxyfile | |
parent | d6b7706300fd7cff0565b16764f42920da34a5ff (diff) | |
download | lv2-0a890c2ac8a162287f595d0d00a38f13d16d74a4.tar.xz |
Don't build include graphs into documentation.
Diffstat (limited to 'core.lv2/Doxyfile')
-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 |