From b079e7997dc29112067f9ef9e801a768275dccd0 Mon Sep 17 00:00:00 2001 From: SMFSW Date: Fri, 4 May 2018 12:30:50 +0200 Subject: [PATCH] Doxyfile updated for Travis CI --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index f82a3c5..a1c3be9 100755 --- a/Doxyfile +++ b/Doxyfile @@ -716,7 +716,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 @@ -748,7 +748,7 @@ WARN_IF_DOC_ERROR = YES # parameter documentation, but not about the absence of documentation. # The default value is: NO. -WARN_NO_PARAMDOC = NO +WARN_NO_PARAMDOC = YES # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when # a warning is encountered.