Commit 314cb707fc

Vexu <15308111+Vexu@users.noreply.github.com>
2019-11-15 17:44:29
fix containerdoccomment not handled in docgen.zig
1 parent 977b613
Changed files (1)
doc/docgen.zig
@@ -856,6 +856,7 @@ fn tokenizeAndPrintRaw(docgen_tokenizer: *Tokenizer, out: var, source_token: Tok
 
             .LineComment,
             .DocComment,
+            .ContainerDocComment,
             .ShebangLine,
             => {
                 try out.write("<span class=\"tok-comment\">");