diff options
author | Martin Willi <martin@revosec.ch> | 2015-04-16 13:19:59 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-04-16 15:28:28 +0200 |
commit | 377f13f794d25a5079e4d38ecbedc74b73a8f938 (patch) | |
tree | ad2528400a7bca697dab81bf0f435244f7ac8e69 | |
parent | 4eabc35b9736b0bf8dd03837e6cf05e57a12f686 (diff) | |
download | strongswan-377f13f794d25a5079e4d38ecbedc74b73a8f938.tar.bz2 strongswan-377f13f794d25a5079e4d38ecbedc74b73a8f938.tar.xz |
apidoc: Set QUIET to YES, suppressing any parsing/generating status output
As WARNING messages still get printed, this makes spotting any warnings much
simpler.
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index dc2a6602b..7608ffef1 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 |