authorgravatar for der.teufel.mail@gmail.comKrzysztof Wolicki <der.teufel.mail@gmail.com> 2023-06-27 19:45:57+00:00
committergravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-06-28 19:03:24+02:00
log0c1bfe271ec937b0b4fa1b7b17773dd09c27131c
treed303b69ed77e0b16267857813552e2ef86e8bc62
parent2984a758046a307c0dae7f8f664b7e34828ea59f

autodoc: Correct a comment about types from std.builtin


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

src/Autodoc.zig+2-2
......@@ -188,8 +188,8 @@ pub fn generateZirData(self: *Autodoc) !void {
188188 .anyerror_type => .{
189189 .ErrorSet = .{ .name = try tmpbuf.toOwnedSlice() },
190190 },
191 // should be an Enum but if we don't analyze std we don't get the ast node
192 // since it's defined in std.builtin
191 // should be different types but if we don't analyze std we don't get the ast nodes etc.
192 // since they're defined in std.builtin
193193 .calling_convention_type,
194194 .atomic_order_type,
195195 .atomic_rmw_op_type,