Commit adf7c654d4

r00ster <r00ster91@protonmail.com>
2022-01-07 19:50:21
Add missing package to the langref that's always available
1 parent 2304dba
Changed files (1)
doc/langref.html.in
@@ -8518,6 +8518,9 @@ test "@hasDecl" {
           <li>{#syntax#}@import("builtin"){#endsyntax#} - Target-specific information
               The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference.
           </li>
+          <li>{#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.
+          </li>
       </ul>
       {#see_also|Compile Variables|@embedFile#}
       {#header_close#}