Commit 3ff0e8bd96
Changed files (1)
doc
doc/docgen.zig
@@ -1088,8 +1088,6 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var
tmp_source_file_name,
"--output-dir",
tmp_dir_name,
- "--cache",
- "off",
});
try out.print("<pre><code class=\"shell\">$ zig test {}.zig", code.name);
switch (code.mode) {
@@ -1127,8 +1125,6 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var
tmp_source_file_name,
"--output-dir",
tmp_dir_name,
- "--cache",
- "off",
});
try out.print("<pre><code class=\"shell\">$ zig test {}.zig", code.name);
switch (code.mode) {
@@ -1186,8 +1182,6 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var
tmp_source_file_name,
"--output-dir",
tmp_dir_name,
- "--cache",
- "off",
});
switch (code.mode) {
builtin.Mode.Debug => {},