summaryrefslogtreecommitdiff
path: root/src/Doxyfile.in
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-13 16:42:11 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-13 16:42:11 +0200
commit87d153e2f8d4c2a59f380fc07862609f124dc70c (patch)
tree3ac3645f596b395dcc93f666d58c54ea0cf98271 /src/Doxyfile.in
parent8a0cae963c6b86cfb07da906af22bff7b55624db (diff)
Warns no more on standard output but in a file
Diffstat (limited to 'src/Doxyfile.in')
-rw-r--r--src/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 06a74012..4af327c7 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -711,7 +711,7 @@ CITE_BIB_FILES = @CMAKE_SOURCE_DIR@/biblio/bibliography.bib \
# 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
@@ -765,7 +765,7 @@ WARN_FORMAT = "$file:$line: $text"
# messages should be written. If left blank the output is written to standard
# error (stderr).
-WARN_LOGFILE =
+WARN_LOGFILE = doxygen.log
#---------------------------------------------------------------------------
# Configuration options related to the input files