| author | |
| committer | |
| log | efc5122fb61aab0d6f2c2700b5dcee1b5fc5d2d2 |
| tree | 9af68bcf5b10f4b46f83758ec957efdfb7f3da4b |
| parent | 28071ac637a73fea7db89cf9c041ca349554a437 |
1 files changed, 1 insertions(+), 0 deletions(-)
doc/docgen.zig+1| ... | @@ -1067,6 +1067,7 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var | ... | @@ -1067,6 +1067,7 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var |
| 1067 | (builtin.os != builtin.Os.linux or builtin.arch != builtin.Arch.x86_64)) | 1067 | (builtin.os != builtin.Os.linux or builtin.arch != builtin.Arch.x86_64)) |
| 1068 | { | 1068 | { |
| 1069 | // skip execution | 1069 | // skip execution |
| 1070 | try out.print("\n$ # Skipping execution because it is non-native.</code></pre>\n"); | ||
| 1070 | break :code_block; | 1071 | break :code_block; |
| 1071 | } | 1072 | } |
| 1072 | } | 1073 | } |