authorgravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2019-11-15 18:44:29+02:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2019-11-15 18:44:29+02:00
log314cb707fce553e51d2ffd5c1ea506fbd1acdf76
treed39704086ae0f35379bdc263a92e0726c2d0d623
parent977b6138817c4b09d6d1e47fa3562d9f9e0268a8
signaturelock-open Commit is signed but in an unrecognized format.

fix containerdoccomment not handled in docgen.zig


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