mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: add -comments and new comment merger (#11221)
This commit is contained in:
9
cmd/tools/vdoc/tests/testdata/multiline/main.comments.out
vendored
Normal file
9
cmd/tools/vdoc/tests/testdata/multiline/main.comments.out
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module main
|
||||
|
||||
fn a1()
|
||||
normal comment
|
||||
fn a2()
|
||||
this should be merged into the same line
|
||||
fn a3()
|
||||
This should be its own parapgraph, because it ends with a dot.
|
||||
This should be another paragraph.
|
||||
Reference in New Issue
Block a user