| author | |
| committer | |
| log | 2c491d734ee82947b2a77c08c1c5328e7a5fe771 |
| tree | 544470827fd9b4ea18a5134c6e5cc3d3c8875a48 |
| parent | f31aeb0010c950430a6a388f6933498cd8e29cbc |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/docgen.zig+1-1| ... | ... | @@ -1270,7 +1270,7 @@ fn genHtml( |
| 1270 | 1270 | zig_exe: []const u8, |
| 1271 | 1271 | do_code_tests: bool, |
| 1272 | 1272 | ) !void { |
| 1273 | var progress = Progress{}; | |
| 1273 | var progress = Progress{ .dont_print_on_dumb = true }; | |
| 1274 | 1274 | const root_node = progress.start("Generating docgen examples", toc.nodes.len); |
| 1275 | 1275 | defer root_node.end(); |
| 1276 | 1276 |