X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=libfirm.doxygen.in;h=07d025a4348b768b6a09a785cb92695ae96b384d;hb=2cbb2203c867a84600d0608b7641895b03fdbd21;hp=d55cc553b3100b5040a9e3a835066348de58e023;hpb=47acb0a414ab6eec3f73d819502ef83bc884c42d;p=libfirm diff --git a/libfirm.doxygen.in b/libfirm.doxygen.in index d55cc553b..07d025a43 100644 --- a/libfirm.doxygen.in +++ b/libfirm.doxygen.in @@ -57,7 +57,7 @@ EXTRACT_PRIVATE = no # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -196,7 +196,7 @@ SORT_MEMBER_DOCS = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. @@ -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 = ../testprograms +EXCLUDE = @srcdir@/testprograms @srcdir@/ir/tv/IeeeCC754 # 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.