1 // comment 0 comment 1
2 PACKAGE a
3
4 IMPORTPATH
5 testdata/a
6
7 FILENAMES
8 testdata/a0.go
9 testdata/a1.go
10
11 BUGS .Bugs is now deprecated, please use .Notes instead
12 bug0
13
14 bug1
15
16
17 BUGS
18 BUG(uid) bug0
19
20 BUG(uid) bug1
21
22
23 NOTES
24 NOTE(uid)
25
26 NOTE(foo) 1 of 4 - this is the first line of note 1
27 - note 1 continues on this 2nd line
28 - note 1 continues on this 3rd line
29
30 NOTE(foo) 2 of 4
31
32 NOTE(bar) 3 of 4
33
34 NOTE(bar) 4 of 4
35 - this is the last line of note 4
36
37 NOTE(bam) This note which contains a (parenthesized) subphrase
38 must appear in its entirety.
39
40 NOTE(xxx) The ':' after the marker and uid is optional.
41
42
43 SECBUGS
44 SECBUG(uid) sec hole 0
45 need to fix asap
46
47
48 TODOS
49 TODO(uid) todo0
50
51 TODO(uid) todo1
52
53
View as plain text