zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 738d813619568aeaf6ddba7e5a8b8a73ccda2dc3 (tree)
parent 5b3eaff80d5d5254676877436df08829dbc7186b
Author: ExeVirus <44562154+ExeVirus@users.noreply.github.com>
Date:   Sun, 26 Jan 2025 12:58:30 -0500

Add `zig std` to langref.html (#22360)


Diffstat:
Mdoc/langref.html.in | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -360,6 +360,10 @@ You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library, visit the link above. </p> + <p> + Alternatively, the Zig Standard Library documentation is provided with each Zig distribution. It can be rendered via a local webserver with: + </p> + {#shell_samp#}zig std{#end_shell_samp#} {#header_close#} {#header_open|Hello World#}