Merge pull request #9720 from NixOS/fix-internal-api-docs

Fix Internal API docs
This commit is contained in:
John Ericson 2024-01-08 16:33:38 -05:00 committed by GitHub
commit 15820a0507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,10 @@ in {
./doc/manual
] ++ lib.optionals enableInternalAPIDocs [
./doc/internal-api
# Source might not be compiled, but still must be available
# for Doxygen to gather comments.
./src
./tests/unit
] ++ lib.optionals buildUnitTests [
./tests/unit
] ++ lib.optionals doInstallCheck [