[libcamera-devel] [PATCH 15/18] Documentation: Include IPU3 in Doxygen build

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Thu Sep 30 11:55:10 CEST 2021


From: Kieran Bingham <kieran.bingham at 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 at ideasonboard.com>
---
 Documentation/Doxyfile.in | 1 +
 Documentation/meson.build | 1 +
 2 files changed, 2 insertions(+)

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],
-- 
2.30.2



More information about the libcamera-devel mailing list