You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the library package, I think it would be useful to have a step in zig build to generate documentation. But there is no such step for build.zig which zig init generates.
So I think it would be useful to have a step like the following in build.zig which zig init generates:
Zig can generate documentation from doc comments.
For the library package, I think it would be useful to have a step in
zig build
to generate documentation. But there is no such step forbuild.zig
whichzig init
generates.So I think it would be useful to have a step like the following in
build.zig
whichzig init
generates:zig/build.zig
Lines 51 to 68 in bf6ee7c
For those unfamiliar with the Zig build system, I think it is easier to edit a template rather than writing such a step from scratch.
The text was updated successfully, but these errors were encountered: