From: Christoph Sommer Date: Fri, 12 May 2006 02:02:31 +0000 (+0000) Subject: Faster builds X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=49abe0905f10a16a818ba793cc9cebf40856947a;p=supertux.git Faster builds SVN-Revision: 3507 --- diff --git a/Doxyfile b/Doxyfile index 9173e44bf..7e32bd0cc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -72,7 +72,7 @@ FILE_VERSION_FILTER = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- -QUIET = NO +QUIET = YES WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES @@ -225,7 +225,7 @@ MAX_DOT_GRAPH_WIDTH = 1024 MAX_DOT_GRAPH_HEIGHT = 1024 MAX_DOT_GRAPH_DEPTH = 1000 DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO +DOT_MULTI_TARGETS = YES GENERATE_LEGEND = YES DOT_CLEANUP = YES #---------------------------------------------------------------------------