renamed register_additional_node_data() to firm_register_additional_node_data()
[libfirm] / libfirm.doxygen.in
index c2810e0..7f06190 100644 (file)
@@ -322,7 +322,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = @srcdir@/testprograms @srcdir@/ir/tv/IeeeCC754
+EXCLUDE                = @srcdir@/testprograms @srcdir@/ir/tv/IeeeCC754 @srcdir@/ir/be/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
@@ -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.