aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-05-03 13:03:03 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-05-03 13:38:24 -0400
commit8cda4fd73a91e7bd678e69dbfbc0b46d15d116d4 (patch)
treedf2f584a69b72766bd6cba304a7065b61b7c72a4
parent8d58dc715b334c1e842e8c97fd345b561ef77fb8 (diff)
downloadzig-8cda4fd73a91e7bd678e69dbfbc0b46d15d116d4.tar.gz
zig-8cda4fd73a91e7bd678e69dbfbc0b46d15d116d4.zip
docs: remove `@setGlobalLinkage` section
`@setGlobalLinkage` was removed with #462. The not-yet-implemented proposal for external weak symbols is #1917.
-rw-r--r--doc/langref.html.in8
1 files changed, 0 insertions, 8 deletions
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#}
- <pre>{#syntax#}@setGlobalLinkage(global_variable_name, comptime linkage: GlobalLinkage){#endsyntax#}</pre>
- <p>
- {#syntax#}GlobalLinkage{#endsyntax#} can be found with {#syntax#}@import("builtin").GlobalLinkage{#endsyntax#}.
- </p>
- {#see_also|Compile Variables#}
- {#header_close#}
-
{#header_open|@setRuntimeSafety#}
<pre>{#syntax#}@setRuntimeSafety(safety_on: bool){#endsyntax#}</pre>
<p>