comparison Doxyfile.in @ 21002:99dd2f0940ae

propagate from branch 'im.pidgin.pidgin.2.2.2' (head 26e8d524b9c27b92a3614f69b1cd2fba504d7850) to branch 'im.pidgin.pidgin' (head 477fd34e3ccd3991701c4e7d73ea6c9271f2c290)
author Richard Laager <rlaager@wiktel.com>
date Tue, 23 Oct 2007 17:32:34 +0000
parents 309eb010efd1
children 43c329bb5983
comparison
equal deleted inserted replaced
20376:508ac0d211d6 21002:99dd2f0940ae
167 "endsignaldef=" \ 167 "endsignaldef=" \
168 "signalproto=@code" \ 168 "signalproto=@code" \
169 "endsignalproto=@endcode" \ 169 "endsignalproto=@endcode" \
170 "signaldesc=@par Description:" \ 170 "signaldesc=@par Description:" \
171 "signals=@b Signals:" \ 171 "signals=@b Signals:" \
172 "endsignals=" 172 "endsignals=" \
173 "constreturn=@note The return value of this function must not be modified or freed. @return"
173 174
174 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 175 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
175 # only. Doxygen will then generate output that is more tailored for C. 176 # only. Doxygen will then generate output that is more tailored for C.
176 # For instance, some of the names that are used will be different. The list 177 # For instance, some of the names that are used will be different. The list
177 # of all members will be omitted, etc. 178 # of all members will be omitted, etc.
455 456
456 # The EXCLUDE tag can be used to specify files and/or directories that should 457 # 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 458 # 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. 459 # subdirectory from a directory tree whose root is specified with the INPUT tag.
459 460
460 EXCLUDE = 461 EXCLUDE = libpurple/purple-client.h \
462 libpurple/purple-client-bindings.h
461 463
462 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 464 # 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. 465 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
464 466
465 EXCLUDE_SYMLINKS = NO 467 EXCLUDE_SYMLINKS = NO
855 # generate an XML file that captures the structure of 857 # generate an XML file that captures the structure of
856 # the code including all documentation. Note that this 858 # the code including all documentation. Note that this
857 # feature is still experimental and incomplete at the 859 # feature is still experimental and incomplete at the
858 # moment. 860 # moment.
859 861
860 GENERATE_XML = NO 862 GENERATE_XML = YES
861 863
862 # The XML_OUTPUT tag is used to specify where the XML pages will be put. 864 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
863 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 865 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
864 # put in front of it. If left blank `xml' will be used as the default path. 866 # put in front of it. If left blank `xml' will be used as the default path.
865 867
1158 # 1 or 2 may greatly reduce the computation time needed for large code bases. Also 1160 # 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 1161 # 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). 1162 # 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. 1163 # If 0 is used for the depth value (the default), the graph is not depth-constrained.
1162 1164
1163 MAX_DOT_GRAPH_DEPTH = 0 1165 MAX_DOT_GRAPH_DEPTH = 2
1164 1166
1165 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 1167 # 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. 1168 # 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 1169 # 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 1170 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to