mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-20 19:05:05 +03:00
Documentation: Make doxygen-internal
depend on public inputs
The internal documentation is a superset of the public one, so make the `doxygen-internal` target depend on the public input files. Otherwise the internal documentation is not rebuilt if a "public" file changes. Before: $ touch src/libcamera/camera.cpp $ ninja -C build -v # ... [6/116] /usr/bin/doxygen Documentation/Doxyfile-public # ... After: $ touch src/libcamera/camera.cpp $ ninja -C build -v # ... [6/117] /usr/bin/doxygen Documentation/Doxyfile-public # ... [9/117] /usr/bin/doxygen Documentation/Doxyfile-internal # ... Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
1ef8981c39
commit
305d73cd2c
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ if doxygen.found() and dot.found()
|
||||||
input : [
|
input : [
|
||||||
doxyfile,
|
doxyfile,
|
||||||
doxyfile_common,
|
doxyfile_common,
|
||||||
|
doxygen_public_input,
|
||||||
doxygen_internal_input,
|
doxygen_internal_input,
|
||||||
],
|
],
|
||||||
output : 'internal-api-html',
|
output : 'internal-api-html',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue