diff options
| author | Michael Dusan <michael.dusan@gmail.com> | 2019-09-25 19:45:09 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-09-26 10:55:13 -0400 |
| commit | efea7958f8bcd16349d5867f4132fbaf45df7065 (patch) | |
| tree | 69e08b2e094fea60804c9d1fb5594da9bc5df122 /doc | |
| parent | 2f208330975041cdb36763fab314037e46c291fc (diff) | |
| download | zig-efea7958f8bcd16349d5867f4132fbaf45df7065.tar.gz zig-efea7958f8bcd16349d5867f4132fbaf45df7065.zip | |
doc: usingnamespace imports only public decls
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index 744cc50164..d855972dd0 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5189,7 +5189,7 @@ test "@intToPtr for pointer to zero bit type" { {#header_open|usingnamespace#} <p> - {#syntax#}usingnamespace{#endsyntax#} is a top level declaration that imports all the declarations of + {#syntax#}usingnamespace{#endsyntax#} is a top level declaration that imports all the public declarations of the operand, which must be a {#link|struct#}, {#link|union#}, or {#link|enum#}, into the current scope: </p> {#code_begin|test|usingnamespace#} |
