authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-27 12:34:41-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-27 12:34:41-04:00
logcc490f00267cb593412be05eba521c538943efef
tree706479b225f23b2100af94472de230475e69b922
parentaf3263d7a87c922cbcb047944ee94123c69cfac1
signaturelock-open Commit is signed but in an unrecognized format.

update @typeInfo docs


1 files changed, 1 insertions(+), 2 deletions(-)

doc/langref.html.in+1-2
...@@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {...@@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {
6295 Union: Union,6295 Union: Union,
6296 Fn: Fn,6296 Fn: Fn,
6297 Namespace: void,6297 Namespace: void,
6298 Block: void,
6299 BoundFn: Fn,6298 BoundFn: Fn,
6300 ArgTuple: void,6299 ArgTuple: void,
6301 Opaque: void,6300 Opaque: void,
...@@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {...@@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {
6315 size: Size,6314 size: Size,
6316 is_const: bool,6315 is_const: bool,
6317 is_volatile: bool,6316 is_volatile: bool,
6318 alignment: u29,6317 alignment: u32,
6319 child: type,6318 child: type,
63206319
6321 pub const Size = enum {6320 pub const Size = enum {