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

Message ID 20190108132106.24906-2-kieran.bingham@ideasonboard.com
State Accepted
Headers show
Series
  • Documentation: Quieten Doxygen
Related show

Commit Message

Kieran Bingham Jan. 8, 2019, 1:21 p.m. UTC
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@ideasonboard.com>
---
 Documentation/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Jan. 8, 2019, 2:02 p.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Tuesday, 8 January 2019 15:21:05 EET Kieran Bingham wrote:
> 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@ideasonboard.com>

Thank you for fixing this annoying problem !

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Please push.

> ---
>  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

Patch

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