[Adium-commits] adium-1.3 319:8a2ddd6f84fa: Don't include the legend or collabor...
adium-commits at adiumx.com
adium-commits at adiumx.com
Mon Apr 27 23:03:59 UTC 2009
details: http://hg.adiumx.com/adium-1.3/rev/8a2ddd6f84fa
revision: 319:8a2ddd6f84fa
author: Zachary West <zacw at adiumx.com>
date: Mon Apr 27 19:03:53 2009 -0400
Don't include the legend or collaborative graph, and hide warnings.
diffstat:
Doxyfile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 7fd6503451c2 -r 8a2ddd6f84fa Doxyfile
--- a/Doxyfile Mon Apr 27 15:20:02 2009 -0700
+++ b/Doxyfile Mon Apr 27 19:03:53 2009 -0400
@@ -527,20 +527,20 @@
# generated by doxygen. Possible values are YES and NO. If left blank
# NO is used.
-WARNINGS = YES
+WARNINGS = NO
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
# automatically be disabled.
-WARN_IF_UNDOCUMENTED = YES
+WARN_IF_UNDOCUMENTED = NO
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some
# parameters in a documented function, or documenting parameters that
# don't exist or using markup commands wrongly.
-WARN_IF_DOC_ERROR = YES
+WARN_IF_DOC_ERROR = NO
# This WARN_NO_PARAMDOC option can be abled to get warnings for
# functions that are documented, but have no documentation for their parameters
@@ -1453,7 +1453,7 @@
# indirect implementation dependencies (inheritance, containment, and
# class references variables) of the class with other documented classes.
-COLLABORATION_GRAPH = YES
+COLLABORATION_GRAPH = NO
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for groups, showing the direct groups dependencies
@@ -1556,7 +1556,7 @@
# enabling this option may lead to badly anti-aliased labels on the edges of
# a graph (i.e. they become hard to read).
-DOT_TRANSPARENT = NO
+DOT_TRANSPARENT = YES
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
@@ -1569,7 +1569,7 @@
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.
-GENERATE_LEGEND = YES
+GENERATE_LEGEND = NO
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
# remove the intermediate dot files that are used to generate
More information about the commits
mailing list