summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-21 23:32:27 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-21 23:32:27 +0000
commitd94cddbe94aeb6dff6ebd500d71229d522ac964a (patch)
tree8e5254a562897029cd480378eb557a4c546d1d22
parentda33509f6e69cc2f7d24a05e434db8d4bacbbcdf (diff)
don't built any "include graphs" with doxygen
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1252 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--doxygen.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/doxygen.cfg b/doxygen.cfg
index 39af374..5c03609 100644
--- a/doxygen.cfg
+++ b/doxygen.cfg
@@ -188,17 +188,17 @@ PERL_PATH = $(PERL_PATH)
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = YES
-HIDE_UNDOC_RELATIONS = YES
+CLASS_DIAGRAMS = NO
+HIDE_UNDOC_RELATIONS = NO
HAVE_DOT = $(HAVE_DOT)
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
+CLASS_GRAPH = NO
+COLLABORATION_GRAPH = NO
UML_LOOK = NO
TEMPLATE_RELATIONS = NO
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
+INCLUDE_GRAPH = NO
+INCLUDED_BY_GRAPH = NO
CALL_GRAPH = NO
-GRAPHICAL_HIERARCHY = YES
+GRAPHICAL_HIERARCHY = NO
DOT_IMAGE_FORMAT = png
DOT_PATH = $(DOT_PATH)
DOTFILE_DIRS =