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
|
||||
] ++ 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 [
|
||||
|
|
Loading…
Reference in a new issue