[dpdk-dev] [PATCH 0/2] Do proper dependency tracking for doxygen
Thomas Monjalon
thomas at monjalon.net
Sat Feb 15 17:58:08 CET 2020
17/01/2020 12:22, Bruce Richardson:
> When building doxygen docs as part of the build, there was no tracking
> being done of the files processed, so that doxygen can be re-run if needed.
> This patchset adds that tracking support, by generating a gcc-style
> ".d" file for the custom targets used in the doc/api build.
>
> In doing so, we remove the doc directory as a custom target input path
> directly, which removes a warning from meson.
>
> Bruce Richardson (2):
> doc/api: generate dependency file for examples doc
> doc/api: track header files to rebuild docs on change
Applied, thanks
More information about the dev
mailing list