diff options
author | David Robillard <d@drobilla.net> | 2011-03-02 07:21:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-02 07:21:28 +0000 |
commit | c9726398e1669557888d819b1c48630f6f38bc46 (patch) | |
tree | cb332a45a789b7af7b81166a7a6ea7777cbf5580 /Doxyfile | |
parent | cce827f84efada4656ff9c075baf030a54c0f69b (diff) | |
download | lv2-c9726398e1669557888d819b1c48630f6f38bc46.tar.xz |
Update for new waf paths and don't build include graphs in documentation.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = build/default/ns/doc +OUTPUT_DIRECTORY = build/ns/doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -1421,14 +1421,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 |