mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +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 : {
|
||||
'PROJECT_NUMBER': meson.project_version(),
|
||||
'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