fix containerdoccomment not handled in docgen.zig

master
Vexu 2019-11-15 18:44:29 +02:00
parent 977b613881
commit 314cb707fc
No known key found for this signature in database
GPG Key ID: 5AEABFCAFF5CD8D6
1 changed files with 1 additions and 0 deletions

View File

@ -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\">");