forked from lix-project/lix
Fix Internal API docs
Because of source filtering, they were empty. Fixes #9694
This commit is contained in:
parent
6a243e5ed2
commit
29eb5ed1dc
|
@ -164,6 +164,10 @@ in {
|
||||||
./doc/manual
|
./doc/manual
|
||||||
] ++ lib.optionals enableInternalAPIDocs [
|
] ++ lib.optionals enableInternalAPIDocs [
|
||||||
./doc/internal-api
|
./doc/internal-api
|
||||||
|
# Source might not be compiled, but still must be available
|
||||||
|
# for Doxygen to gather comments.
|
||||||
|
./src
|
||||||
|
./tests/unit
|
||||||
] ++ lib.optionals buildUnitTests [
|
] ++ lib.optionals buildUnitTests [
|
||||||
./tests/unit
|
./tests/unit
|
||||||
] ++ lib.optionals doInstallCheck [
|
] ++ lib.optionals doInstallCheck [
|
||||||
|
|
Loading…
Reference in a new issue