fixing documentation

This commit is contained in:
2025-11-15 02:26:53 +01:00
parent 733a661326
commit fbdce598e3

View File

@@ -109,7 +109,7 @@ pub fn build(b: *std.Build) !void {
} }
const autodoc_test = b.addObject(.{ const autodoc_test = b.addObject(.{
.name = "driver", .name = "lib",
.root_module = base_mod, .root_module = base_mod,
}); });