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 <kieran.bingham@ideasonboard.com>
Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2021-09-16 16:59:18 +01:00 committed by Jean-Michel Hautbois
parent f79f7331cd
commit 45dd519889
2 changed files with 2 additions and 0 deletions

View file

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