1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 10:31:15 +02:00

Fix internal API docs

This commit is contained in:
John Ericson 2024-06-27 12:21:00 -04:00
parent d902481a36
commit 4609ab318c

View file

@ -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',
}, },
) )