comparison Doxyfile.in @ 20904:73bb2ab128a4

Exclude the dbus client binding headers from processing by doxygen, which stops every enum element showing up twice, with one copy being a link to a non-existant page. Also limit the depth of graphs generated with dot, to avoid the PurplePluginProtocolInfo struct's diagram being several thousand pixels square, describing irrelevant structs five edges away.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 12 Oct 2007 17:00:13 +0000
parents 8e09a0c971b9
children f34539eb7a61
comparison
equal deleted inserted replaced
20903:3375d44ccad7 20904:73bb2ab128a4
455 455
456 # The EXCLUDE tag can be used to specify files and/or directories that should 456 # The EXCLUDE tag can be used to specify files and/or directories that should
457 # excluded from the INPUT source files. This way you can easily exclude a 457 # excluded from the INPUT source files. This way you can easily exclude a
458 # subdirectory from a directory tree whose root is specified with the INPUT tag. 458 # subdirectory from a directory tree whose root is specified with the INPUT tag.
459 459
460 EXCLUDE = 460 EXCLUDE = libpurple/purple-client.h \
461 libpurple/purple-client-bindings.h
461 462
462 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 463 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
463 # that are symbolic links (a Unix filesystem feature) are excluded from the input. 464 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
464 465
465 EXCLUDE_SYMLINKS = NO 466 EXCLUDE_SYMLINKS = NO
1158 # 1 or 2 may greatly reduce the computation time needed for large code bases. Also 1159 # 1 or 2 may greatly reduce the computation time needed for large code bases. Also
1159 # note that a graph may be further truncated if the graph's image dimensions are 1160 # note that a graph may be further truncated if the graph's image dimensions are
1160 # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). 1161 # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).
1161 # If 0 is used for the depth value (the default), the graph is not depth-constrained. 1162 # If 0 is used for the depth value (the default), the graph is not depth-constrained.
1162 1163
1163 MAX_DOT_GRAPH_DEPTH = 0 1164 MAX_DOT_GRAPH_DEPTH = 2
1164 1165
1165 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 1166 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1166 # background. This is disabled by default, which results in a white background. 1167 # background. This is disabled by default, which results in a white background.
1167 # Warning: Depending on the platform used, enabling this option may lead to 1168 # Warning: Depending on the platform used, enabling this option may lead to
1168 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to 1169 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to