Fixed build.zig TODOS

This commit is contained in:
Lorenzo Torres 2025-08-02 16:25:32 +02:00
parent b5ead3c619
commit b6355b1df2

View file

@ -116,7 +116,7 @@ pub fn build(b: *std.Build) void {
.root_module = sideros, .root_module = sideros,
.name = "sideros", .name = "sideros",
}); });
// TODO: This does not generate documentation correctly?
const install_docs = b.addInstallDirectory(.{ const install_docs = b.addInstallDirectory(.{
.source_dir = root_lib.getEmittedDocs(), .source_dir = root_lib.getEmittedDocs(),
.install_dir = .prefix, .install_dir = .prefix,