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:
7
cmd/tools/vdoc/tests/testdata/basic/main.comments.out
vendored
Normal file
7
cmd/tools/vdoc/tests/testdata/basic/main.comments.out
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
module main
|
||||
|
||||
const (
|
||||
source_root = 'temp'
|
||||
)
|
||||
fn funky()
|
||||
funky - comment for function below
|
Reference in New Issue
Block a user