Fix Internal API docs

Because of source filtering, they were empty.

Fixes #9694
This commit is contained in:
John Ericson 2024-01-08 14:47:42 -05:00
parent 6a243e5ed2
commit 29eb5ed1dc
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,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 [