OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [go/] [doc/] [testdata/] [template.txt] - Blame information for rev 747

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
{{synopsis .Doc}}
2
PACKAGE {{.Name}}
3
 
4
IMPORTPATH
5
        {{.ImportPath}}
6
 
7
{{with .Imports}}IMPORTS
8
{{range .}}     {{.}}
9
{{end}}
10
{{end}}{{/*
11
 
12
*/}}FILENAMES
13
{{range .Filenames}}    {{.}}
14
{{end}}{{/*
15
 
16
*/}}{{with .Consts}}
17
CONSTANTS
18
{{range .}}     {{synopsis .Doc}}
19
        {{node .Decl $.FSet}}
20
 
21
{{end}}{{end}}{{/*
22
 
23
*/}}{{with .Vars}}
24
VARIABLES
25
{{range .}}     {{synopsis .Doc}}
26
        {{node .Decl $.FSet}}
27
 
28
{{end}}{{end}}{{/*
29
 
30
*/}}{{with .Funcs}}
31
FUNCTIONS
32
{{range .}}     {{synopsis .Doc}}
33
        {{node .Decl $.FSet}}
34
 
35
{{end}}{{end}}{{/*
36
 
37
*/}}{{with .Types}}
38
TYPES
39
{{range .}}     {{synopsis .Doc}}
40
        {{node .Decl $.FSet}}
41
 
42
{{range .Consts}}       {{synopsis .Doc}}
43
        {{node .Decl $.FSet}}
44
 
45
{{end}}{{/*
46
 
47
*/}}{{range .Vars}}     {{synopsis .Doc}}
48
        {{node .Decl $.FSet}}
49
 
50
{{end}}{{/*
51
 
52
*/}}{{range .Funcs}}    {{synopsis .Doc}}
53
        {{node .Decl $.FSet}}
54
 
55
{{end}}{{/*
56
 
57
*/}}{{range .Methods}}  {{synopsis .Doc}}
58
        {{node .Decl $.FSet}}
59
 
60
{{end}}{{end}}{{end}}{{/*
61
 
62
*/}}{{with .Bugs}}
63
BUGS
64
{{range .}}     {{synopsis .}}
65
{{end}}{{end}}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.