authorgravatar for r00ster91@protonmail.comr00ster <r00ster91@protonmail.com> 2022-01-07 19:50:21+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-01-12 11:56:10-07:00
logadf7c654d41d9d467b40d81f91667a12bf98240f
treec9d76afc16811ee20dad925ee4432fc9c043a6ea
parent2304dbaba414b037f14958fe4d456716b976985a

Add missing package to the langref that's always available


1 files changed, 3 insertions(+), 0 deletions(-)

doc/langref.html.in+3
......@@ -8518,6 +8518,9 @@ test "@hasDecl" {
85188518 <li>{#syntax#}@import("builtin"){#endsyntax#} - Target-specific information
85198519 The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
85208520 </li>
8521 <li>{#syntax#}@import("root"){#endsyntax#} - Points to the root source file
8522 This is usually `src/main.zig` but it depends on what file is chosen to be built.
8523 </li>
85218524 </ul>
85228525 {#see_also|Compile Variables|@embedFile#}
85238526 {#header_close#}