diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-01-08 11:35:09 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-01-08 14:13:11 +0000 |
commit | e256a58bf0cd313f2f4e5a1e3eea67fe3141ea08 (patch) | |
tree | 4f2c7bcbc12f2ba5b2141d2b3e097ded618a9d27 /Documentation | |
parent | eda3cfa1e3b8c6ad0558ea03e96fefbfef029c05 (diff) |
Documentation: Suppress normal doxygen output
Enable the QUIET mode of Doxygen so that warnings and errors from
Doxygen are more prominent in the build logs.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index b1a70d36..335664db 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 |