Skip to content

Commit

Permalink
vdoc: fix regression on example comments (#21226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 12, 2024
1 parent 76b85a0 commit b443613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vdoc/html.v
Expand Up @@ -527,7 +527,7 @@ fn doc_node_html(dn doc.DocNode, link string, head bool, include_examples bool,
}
merged_lines.join_lines()
} else {
dn.merge_comments()
dn.merge_comments_without_examples()
}
mut renderer := markdown.HtmlRenderer{
transformer: &MdHtmlCodeHighlighter{
Expand Down

0 comments on commit b443613

Please sign in to comment.