aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/test_structs.zig
AgeCommit message (Collapse)Author
2024-11-13langref: delete misleading example code about packed structsAndrew Kelley
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