commit d64dd75e34ec49d898b65c3bd35fc69b4ed371b5 (tree)
parent 33e5a8470615d3d422b64745f0a893c2b8f62d9a
Author: Manlio Perillo <manlio.perillo@gmail.com>
Date: Wed, 25 Jan 2023 10:28:14 +0100
langref: update the documentation of @Type
@Type is currently available for Functions.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/doc/langref.html.in b/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>