summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-22 18:44:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-22 20:47:02 +0200
commitc085d2e64d9e139986c81fcd5af2e9642debbd3d (patch)
tree4135ad2d25ef3fb162b87be659349ce353b645c5 /Doxyfile
parent724d3d867268dc2fc52448beadf4bf5c85cfbd28 (diff)
downloadbarebox-c085d2e64d9e139986c81fcd5af2e9642debbd3d.tar.gz
barebox-c085d2e64d9e139986c81fcd5af2e9642debbd3d.tar.xz
Doxyfile: enable quiet output
We set the output to "quiet" in order to see the warnings. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 40bcb2f97c..6c04afe3c1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -424,7 +424,7 @@ FILE_VERSION_FILTER =
# The QUIET tag can be used to turn on/off the messages that are generated
# by doxygen. Possible values are YES and NO. If left blank NO is used.
-QUIET = NO
+QUIET = YES
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated by doxygen. Possible values are YES and NO. If left blank