[PATCH 02/32] Doxyfile: enable quiet output

Robert Schwebel r.schwebel at pengutronix.de
Fri Oct 22 12:44:54 EDT 2010


We set the output to "quiet" in order to see the warnings.

Signed-off-by: Robert Schwebel <r.schwebel at pengutronix.de>
---
 Doxyfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 40bcb2f..6c04afe 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
-- 
1.7.2.3




More information about the barebox mailing list