[libcamera-devel,2/2] Documentation: Explicitly enable Dot
diff mbox series

Message ID 20210827103334.350416-3-kieran.bingham@ideasonboard.com
State Accepted
Commit 183c834b939745d51e1530af586cb699ea6fd885
Headers show
Series
  • Documentation: Doxygen updates
Related show

Commit Message

Kieran Bingham Aug. 27, 2021, 10:33 a.m. UTC
The dot package is identified as a required package for the Documentation, and
already marked as a required dependency with meson.

If meson can not find 'dot', then the documentation will not be built,
so we can explicitly enable it in our Doxyfile.

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

Comments

Laurent Pinchart Aug. 27, 2021, 10:58 a.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Fri, Aug 27, 2021 at 11:33:34AM +0100, Kieran Bingham wrote:
> The dot package is identified as a required package for the Documentation, and
> already marked as a required dependency with meson.
> 
> If meson can not find 'dot', then the documentation will not be built,
> so we can explicitly enable it in our Doxyfile.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

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

> ---
>  Documentation/Doxyfile.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
> index 49355bf6a9ff..24ccf0c066ee 100644
> --- a/Documentation/Doxyfile.in
> +++ b/Documentation/Doxyfile.in
> @@ -2130,7 +2130,7 @@ HIDE_UNDOC_RELATIONS   = YES
>  # set to NO
>  # The default value is: NO.
>  
> -HAVE_DOT               = NO
> +HAVE_DOT               = YES
>  
>  # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
>  # to run in parallel. When set to 0 doxygen will base this on the number of

Patch
diff mbox series

diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 49355bf6a9ff..24ccf0c066ee 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -2130,7 +2130,7 @@  HIDE_UNDOC_RELATIONS   = YES
 # set to NO
 # The default value is: NO.
 
-HAVE_DOT               = NO
+HAVE_DOT               = YES
 
 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
 # to run in parallel. When set to 0 doxygen will base this on the number of