zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 8cda4fd73a91e7bd678e69dbfbc0b46d15d116d4 (tree)
parent 8d58dc715b334c1e842e8c97fd345b561ef77fb8
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri,  3 May 2019 13:03:03 -0400

docs: remove `@setGlobalLinkage` section

`@setGlobalLinkage` was removed with #462. The not-yet-implemented
proposal for external weak symbols is #1917.

Diffstat:
Mdoc/langref.html.in | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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>