diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-05-03 13:03:03 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-05-03 13:38:24 -0400 |
| commit | 8cda4fd73a91e7bd678e69dbfbc0b46d15d116d4 (patch) | |
| tree | df2f584a69b72766bd6cba304a7065b61b7c72a4 | |
| parent | 8d58dc715b334c1e842e8c97fd345b561ef77fb8 (diff) | |
| download | zig-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.in | 8 |
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> |
