From 84a5349c6ced9f401386a2861362b75af740be97 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Wed, 26 Dec 2018 02:15:52 +0000 Subject: [PATCH] Using Doxygen QUIET option to reduce the number of useless build messages. --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index b2975c197..986b2eb51 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -704,7 +704,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