aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorxackus <14938807+xackus@users.noreply.github.com>2020-07-07 21:20:33 +0200
committerAndrew Kelley <andrew@ziglang.org>2020-07-08 19:34:44 +0000
commit2064e84cdd596b5bc63c8d3e7e5aa4130221faee (patch)
treebe9af2f94dadf9832b14e7fa44d2ec4c9b8a4c08 /doc/langref.html.in
parentf77c968cf841046238eb37f54600cda201f09ce2 (diff)
downloadzig-2064e84cdd596b5bc63c8d3e7e5aa4130221faee.tar.gz
zig-2064e84cdd596b5bc63c8d3e7e5aa4130221faee.zip
ci: check langref.html for html errors
Diffstat (limited to 'doc/langref.html.in')
-rw-r--r--doc/langref.html.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 032e05d600..78dcd537b8 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -8419,6 +8419,7 @@ fn foo(comptime T: type, ptr: *T) T {
{#header_close#}
{#header_open|Opaque Types#}
+ <p>
{#syntax#}@Type(.Opaque){#endsyntax#} creates a new type with an unknown (but non-zero) size and alignment.
</p>
<p>