[libcamera-devel] [PATCH 1/2] Documentation: Suppress normal doxygen output

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Jan 8 14:21:05 CET 2019


Enable the QUIET mode of Doxygen so that warnings and errors from
Doxygen are more prominent in the build logs.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 Documentation/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index b1a70d36eee5..335664dbcbf0 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -725,7 +725,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
-- 
2.17.1



More information about the libcamera-devel mailing list