diff options
author | Barnabás Pőcze <barnabas.pocze@ideasonboard.com> | 2025-05-26 14:03:55 +0200 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2025-06-01 23:11:54 +0100 |
commit | a8bc540653af3f1444e1e1053aa1bfafc9314229 (patch) | |
tree | 42f99647e195567a833f0a91b4ef51bc5d4a68b1 /utils/ipc | |
parent | 59ac34b728c573317fd37ad10e6d1c9df486c5e4 (diff) |
Documentation: Fix `INCLUDE_PATH` doxygen configuration option
libcamera header files should be included using the `libcamera/...` prefix.
However, `INCLUDE_PATH` is currently set to `@TOP_SRCDIR@/include/libcamera`
meaning that doxygen, when encountering `libcamera/x.h`, will try to open
`@TOP_SRCDIR@/include/libcamera/libcamera/x.h`, which is not the correct
path.
Fix that by using `@TOP_{BUILD,SRC}DIR@/include`. This removes the extra
`libcamera` component from the path and adds the corresponding directory
from the build directory as well since that is an implicit include
directory added by meson.
Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'utils/ipc')
0 files changed, 0 insertions, 0 deletions