From: Martin Willi Date: Thu, 16 Apr 2015 11:19:59 +0000 (+0200) Subject: apidoc: Set QUIET to YES, suppressing any parsing/generating status output X-Git-Tag: 5.3.1dr1~11^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=377f13f794d25a5079e4d38ecbedc74b73a8f938;p=thirdparty%2Fstrongswan.git apidoc: Set QUIET to YES, suppressing any parsing/generating status output As WARNING messages still get printed, this makes spotting any warnings much simpler. --- diff --git a/Doxyfile.in b/Doxyfile.in index dc2a6602bb..7608ffef1b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -683,7 +683,7 @@ CITE_BIB_FILES = # messages are off. # The default value is: NO. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES