summaryrefslogtreecommitdiff
path: root/lib/godoc/package.txt
blob: 6fe992dbe42d60992530c0674a5544d7a5221295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{.section PAst}
{@ FSet}
{.end}
{.section PDoc}
{.section IsPkg}
PACKAGE

package {PackageName}
import "{ImportPath}"
{.or}
COMMAND DOCUMENTATION
{.end}
{.section Doc}

{@ FSet}
{.end}
{.section Consts}

CONSTANTS

{.repeated section @}
{Decl FSet}
{Doc}
{.end}
{.end}
{.section Vars}

VARIABLES

{.repeated section @}
{Decl FSet}
{Doc}
{.end}
{.end}
{.section Funcs}

FUNCTIONS

{.repeated section @}
{Decl FSet}
{Doc}
{.end}
{.end}
{.section Types}

TYPES

{.repeated section @}
{Decl FSet}
{Doc}
{.repeated section Consts}
{Decl FSet}
{Doc}
{.end}
{.repeated section Vars}
{Decl FSet}
{Doc}
{.end}
{.repeated section Factories}
{Decl FSet}
{Doc}
{.end}
{.repeated section Methods}
{Decl FSet}
{Doc}
{.end}
{.end}
{.end}
{.section Bugs}

BUGS

{.repeated section @}
{@}
{.end}
{.end}
{.end}
{.section PList}

OTHER PACKAGES

{.repeated section @}
{@}
{.end}
{.end}
{.section Dirs}
{.section Dirs}

SUBDIRECTORIES

{.repeated section List}
	{Name}
{.end}
{.end}
{.end}