| author | |
| committer | |
| log | 20b861d805b6beea4f24f15e0ce314f8fa8d61d4 |
| tree | 87c41cfe9880d7aff6d3f5e43adf4ffa5584deda |
| parent | f189e46b8e1ee7207febb667b79d2b8d1411f265 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Autodoc.zig+1-1| ... | ... | @@ -1375,7 +1375,7 @@ fn walkInstruction( |
| 1375 | 1375 | self.exprs.items[bin_index] = .{ .builtin = .{ .name = @tagName(tags[inst_index]), .param = param_index } }; |
| 1376 | 1376 | |
| 1377 | 1377 | return DocData.WalkResult{ |
| 1378 | .typeRef = param.typeRef, | |
| 1378 | .typeRef = param.typeRef orelse .{ .type = @enumToInt(Ref.type_type) }, | |
| 1379 | 1379 | .expr = .{ .builtinIndex = bin_index }, |
| 1380 | 1380 | }; |
| 1381 | 1381 | }, |