diff --git a/doc/langref.html.in b/doc/langref.html.in index 9373c3bcc8..b8a774290c 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -7183,14 +7183,6 @@ pub const FloatMode = enum { {#see_also|Floating Point Operations#} {#header_close#} - {#header_open|@setGlobalLinkage#} -
{#syntax#}@setGlobalLinkage(global_variable_name, comptime linkage: GlobalLinkage){#endsyntax#}
- - {#syntax#}GlobalLinkage{#endsyntax#} can be found with {#syntax#}@import("builtin").GlobalLinkage{#endsyntax#}. -
- {#see_also|Compile Variables#} - {#header_close#} - {#header_open|@setRuntimeSafety#}{#syntax#}@setRuntimeSafety(safety_on: bool){#endsyntax#}