added missing define for win32
[libfirm] / libfirm.doxygen.in
index c2810e0..07d025a 100644 (file)
@@ -785,7 +785,7 @@ CLASS_DIAGRAMS         = YES
 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
 # have no effect if this option is set to NO (the default)
 
-HAVE_DOT               = YES
+HAVE_DOT               = NO
 
 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
 # will generate a graph for each documented class showing the direct and
@@ -835,7 +835,7 @@ GRAPHICAL_HIERARCHY    = YES
 # generated by dot. Possible values are gif, jpg, and png
 # If left blank gif will be used.
 
-DOT_IMAGE_FORMAT       = gif
+DOT_IMAGE_FORMAT       = png
 
 # The tag DOT_PATH can be used to specify the path where the dot tool can be
 # found. If left blank, it is assumed the dot tool can be found on the path.