im.pidgin.pidgin: 319079c08c73c8de575e3ec5e10f52ce96d45d35
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Fri Oct 12 13:05:42 EDT 2007
-----------------------------------------------------------------
Revision: 319079c08c73c8de575e3ec5e10f52ce96d45d35
Ancestor: 683c1f218ebbbd0e0b65c6d1bd95f2d9dfb2bb17
Author: resiak at soc.pidgin.im
Date: 2007-10-12T17:00:13
Branch: im.pidgin.pidgin
Modified files:
Doxyfile.in
ChangeLog:
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.
-------------- next part --------------
============================================================
--- Doxyfile.in 72d5ccf4e9f28cf35e9a02ca651d7ed6d93416c1
+++ Doxyfile.in 10624f0c7167c34572c4ff4ecc0853b7c11b4be7
@@ -457,7 +457,8 @@ RECURSIVE = NO
# 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 =
+EXCLUDE = libpurple/purple-client.h \
+ libpurple/purple-client-bindings.h
# 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.
@@ -1160,7 +1161,7 @@ MAX_DOT_GRAPH_HEIGHT = 1024
# not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).
# If 0 is used for the depth value (the default), the graph is not depth-constrained.
-MAX_DOT_GRAPH_DEPTH = 0
+MAX_DOT_GRAPH_DEPTH = 2
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, which results in a white background.
More information about the Commits
mailing list