From adf7c654d41d9d467b40d81f91667a12bf98240f Mon Sep 17 00:00:00 2001 From: r00ster Date: Fri, 7 Jan 2022 19:50:21 +0100 Subject: [PATCH] Add missing package to the langref that's always available --- doc/langref.html.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/langref.html.in b/doc/langref.html.in index 03e18378eb9885aa2571ec46d9556579797542f3..825d03899ea1ff167a2084d469ba4afe7be48317 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8518,6 +8518,9 @@ test "@hasDecl" {
  • {#syntax#}@import("builtin"){#endsyntax#} - Target-specific information The command zig build-exe --show-builtin outputs the source to stdout for reference.
  • +
  • {#syntax#}@import("root"){#endsyntax#} - Points to the root source file + This is usually `src/main.zig` but it depends on what file is chosen to be built. +
  • {#see_also|Compile Variables|@embedFile#} {#header_close#} -- 2.54.0