[libcamera-devel,15/18] Documentation: Include IPU3 in Doxygen build
diff mbox series

Message ID 20210930095513.76213-16-jeanmichel.hautbois@ideasonboard.com
State Changes Requested
Headers show
Series
  • Document IPU3 IPA
Related show

Commit Message

Jean-Michel Hautbois Sept. 30, 2021, 9:55 a.m. UTC
From: Kieran Bingham <kieran.bingham@ideasonboard.com>

The IPU3 is documented using Doxygen within the code.

Include the IPU3 IPA as part of the doxygen build sources. This will
ideally be split to it's own 'section' of the doxygen output.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 Documentation/Doxyfile.in | 1 +
 Documentation/meson.build | 1 +
 2 files changed, 2 insertions(+)

Patch
diff mbox series

diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 6e627192..37b231bc 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -790,6 +790,7 @@  WARN_LOGFILE           =
 
 INPUT                  = "@TOP_SRCDIR@/include/libcamera" \
 			 "@TOP_SRCDIR@/src/ipa/libipa" \
+			 "@TOP_SRCDIR@/src/ipa/ipu3" \
 			 "@TOP_SRCDIR@/src/libcamera" \
 			 "@TOP_BUILDDIR@/include/libcamera" \
 			 "@TOP_BUILDDIR@/src/libcamera"
diff --git a/Documentation/meson.build b/Documentation/meson.build
index c4bd3c7f..c174c945 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -31,6 +31,7 @@  if doxygen.found() and dot.found()
                       libcamera_sources,
                       libipa_headers,
                       libipa_sources,
+                      ipu3_ipa_sources,
                   ],
                   output : 'api-html',
                   command : [doxygen, doxyfile],