[Adium-commits] adium 2002:d77265193a9f: Don't include the legend or collaborati...

adium-commits at adiumx.com adium-commits at adiumx.com
Mon Apr 27 23:01:28 UTC 2009


details:	http://hg.adiumx.com/adium/rev/d77265193a9f
revision:	2002:d77265193a9f
author:		Zachary West <zacw at adiumx.com>
date:		Mon Apr 27 19:01:10 2009 -0400

Don't include the legend or collaborative graph, and hide warnings.

diffstat:

 Doxyfile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 3c6642248d33 -r d77265193a9f Doxyfile
--- a/Doxyfile	Mon Apr 27 18:25:20 2009 -0400
+++ b/Doxyfile	Mon Apr 27 19:01:10 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 
@@ -677,7 +677,7 @@
                          */PSMTabBarControl.framework/* \
                          */RBSplitView/* \
                          */dep-build-scripts/* \
-                         */JSON*/* \
+                         */OAuth*/* \
                          */libglib.framework/* \
                          */libgmodule.framework/* \
                          */libgthread.framework/* \
@@ -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