diff --git a/doc/langref.html.in b/doc/langref.html.in index 9373c3bcc884778ab4771a1e1553b0e015fb6ab5..b8a774290c3903ed7fffa2945c6c02b81e200d55 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#}