mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
autodoc: Added u0, i0 to correctly indexed types
This commit is contained in:
parent
622c5f3200
commit
7f648c297e
@ -136,6 +136,8 @@ pub fn generateZirData(self: *Autodoc) !void {
|
||||
},
|
||||
};
|
||||
},
|
||||
.u0_type,
|
||||
.i0_type,
|
||||
.u1_type,
|
||||
.u8_type,
|
||||
.i8_type,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user