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-07 14:18:47-05:00
logdd076d8cba226409a00813f3477f55fd2e0eb6e6
treef7cc676c4bb120ad41ec8fef37cbc20e870764e6
parentc08b190c6918b33d27ceffe1ab3afd5d7f6370ea

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" {...@@ -8518,6 +8518,9 @@ test "@hasDecl" {
8518 <li>{#syntax#}@import("builtin"){#endsyntax#} - Target-specific information8518 <li>{#syntax#}@import("builtin"){#endsyntax#} - Target-specific information
8519 The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.8519 The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
8520 </li>8520 </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>
8521 </ul>8524 </ul>
8522 {#see_also|Compile Variables|@embedFile#}8525 {#see_also|Compile Variables|@embedFile#}
8523 {#header_close#}8526 {#header_close#}