diff -r f5037572c326 -r 0d6e07f4c9a1 doc/doxygen.conf --- a/doc/doxygen.conf Sat Dec 13 18:55:01 2008 +0200 +++ b/doc/doxygen.conf Sat Dec 13 19:55:50 2008 +0200 @@ -1306,14 +1306,14 @@ # 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