Commit d64dd75e34

Manlio Perillo <manlio.perillo@gmail.com>
2023-01-25 10:28:14
langref: update the documentation of @Type
@Type is currently available for Functions.
1 parent 33e5a84
Changed files (1)
doc/langref.html.in
@@ -9439,10 +9439,8 @@ test "integer truncation" {
           <li>{#link|enum#}</li>
           <li>{#link|Enum Literals#}</li>
           <li>{#link|union#}</li>
+          <li>{#link|Functions#}</li>
       </ul>
-<p>
-      {#syntax#}@Type{#endsyntax#} is not available for {#link|Functions#}.
-      </p>
       {#header_close#}
       {#header_open|@typeInfo#}
       <pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.Type{#endsyntax#}</pre>