v / cmd / tools / vdoc / testdata / multiline / main.comments.out
53 lines · 39 sloc · 1.06 KB · 1957162c2a4545ec88c75f59d5c27c689d974a57
Raw
1module main
2
3fn a1()
4 normal comment
5fn a2()
6 this should be merged into the same line
7fn a3()
8 This should be its own paragraph.
9
10 This should be another paragraph.
11fn a4()
12 This should be merged into one paragraph.
13
14 Note: this should be its own paragraph.
15fn a5()
16 This should be its own paragraph.
17
18 Note: this should also be it own paragraph
19
20 Note: this should be its own paragraph.
21fn a6()
22 A comment
23
24 Fixme: this should be its own paragraph.
25
26 Fixme: this should be its own paragraph.
27
28 Fixme: this should be its own paragraph.
29fn a7()
30 A comment
31
32 Todo: this should be its own paragraph.
33
34 Todo: this should be its own paragraph.
35
36 Todo: this should be its own paragraph.
37fn a8()
38 A comment
39
40 Todo: this should be its own paragraph.
41
42 Note: this should be its own paragraph.
43
44 Fixme: this should be its own paragraph.
45fn a9()
46 normal comment
47fn foo()
48 foo does stuff
49 ```
50 this is a multiline codeblock.
51 second line
52 third line.
53 ```
54