mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Fix internal API docs
This commit is contained in:
parent
d902481a36
commit
4609ab318c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ doxygen_cfg = configure_file(
|
||||||
configuration : {
|
configuration : {
|
||||||
'PROJECT_NUMBER': meson.project_version(),
|
'PROJECT_NUMBER': meson.project_version(),
|
||||||
'OUTPUT_DIRECTORY' : meson.current_build_dir(),
|
'OUTPUT_DIRECTORY' : meson.current_build_dir(),
|
||||||
'src' : fs.parent(fs.parent(meson.project_source_root())),
|
'src' : fs.parent(fs.parent(meson.project_source_root())) / 'src',
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue