| author | |
| committer | |
| log | 314cb707fce553e51d2ffd5c1ea506fbd1acdf76 |
| tree | d39704086ae0f35379bdc263a92e0726c2d0d623 |
| parent | 977b6138817c4b09d6d1e47fa3562d9f9e0268a8 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
doc/docgen.zig+1| ... | @@ -856,6 +856,7 @@ fn tokenizeAndPrintRaw(docgen_tokenizer: *Tokenizer, out: var, source_token: Tok | ... | @@ -856,6 +856,7 @@ fn tokenizeAndPrintRaw(docgen_tokenizer: *Tokenizer, out: var, source_token: Tok |
| 856 | 856 | ||
| 857 | .LineComment, | 857 | .LineComment, |
| 858 | .DocComment, | 858 | .DocComment, |
| 859 | .ContainerDocComment, | ||
| 859 | .ShebangLine, | 860 | .ShebangLine, |
| 860 | => { | 861 | => { |
| 861 | try out.write("<span class=\"tok-comment\">"); | 862 | try out.write("<span class=\"tok-comment\">"); |