aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/build_object.zig
AgeCommit message (Collapse)Author
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Ã…stholm
2024-05-05Build: cleanupJacob Young
* `doc/langref` formatting * upgrade `.{ .path = "..." }` to `b.path("...")` * avoid using arguments named `self` * make `Build.Step.Id` usage more consistent * add `Build.pathResolve` * use `pathJoin` and `pathResolve` everywhere * make sure `Build.LazyPath.getPath2` returns an absolute path
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley