From 45dd51988952de5a1d19703eb8409068b749f9fc Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 16 Sep 2021 16:59:18 +0100 Subject: Documentation: Include IPU3 in Doxygen build 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 its own 'section' of the doxygen output. Signed-off-by: Kieran Bingham Signed-off-by: Jean-Michel Hautbois Reviewed-by: Laurent Pinchart --- 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..3d20e3ca 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -789,6 +789,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = "@TOP_SRCDIR@/include/libcamera" \ + "@TOP_SRCDIR@/src/ipa/ipu3" \ "@TOP_SRCDIR@/src/ipa/libipa" \ "@TOP_SRCDIR@/src/libcamera" \ "@TOP_BUILDDIR@/include/libcamera" \ diff --git a/Documentation/meson.build b/Documentation/meson.build index c4bd3c7f..df36a808 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -22,6 +22,7 @@ if doxygen.found() and dot.found() custom_target('doxygen', input : [ doxyfile, + ipu3_ipa_sources, libcamera_base_headers, libcamera_base_sources, libcamera_internal_headers, -- cgit v1.2.1