diff --git a/doc/langref.html.in b/doc/langref.html.in index 8f9874c276..0dbd84f2d5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8467,9 +8467,10 @@ export fn @"A function name that is a complete sentence."() void {} {#header_close#} {#header_open|@extern#} -
{#syntax#}@extern(T: type, comptime options: std.builtin.ExternOptions) *T{#endsyntax#}
+
{#syntax#}@extern(T: type, comptime options: std.builtin.ExternOptions) T{#endsyntax#}

Creates a reference to an external symbol in the output object file. + T must be a pointer type.

{#see_also|@export#} {#header_close#}