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#}