zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 314cb707fce553e51d2ffd5c1ea506fbd1acdf76 (tree)
parent 977b6138817c4b09d6d1e47fa3562d9f9e0268a8
Author: Vexu <15308111+Vexu@users.noreply.github.com>
Date:   Fri, 15 Nov 2019 18:44:29 +0200

fix containerdoccomment not handled in docgen.zig

Diffstat:
Mdoc/docgen.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/doc/docgen.zig b/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\">");