Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1145)

Side by Side Diff: src/pkg/go/doc/testdata/template.txt

Issue 13427045: code review 13427045: go/doc: restore handling of multi-paragraph BUG comments (Closed)
Patch Set: diff -r 8ef79645ac2e https://code.google.com/p/go/ Created 11 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/go/doc/testdata/bugpara.2.golden ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{synopsis .Doc}} 1 {{synopsis .Doc}}
2 PACKAGE {{.Name}} 2 PACKAGE {{.Name}}
3 3
4 IMPORTPATH 4 IMPORTPATH
5 {{.ImportPath}} 5 {{.ImportPath}}
6 6
7 {{with .Imports}}IMPORTS 7 {{with .Imports}}IMPORTS
8 {{range .}} {{.}} 8 {{range .}} {{.}}
9 {{end}} 9 {{end}}
10 {{end}}{{/* 10 {{end}}{{/*
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 {{end}}{{/* 55 {{end}}{{/*
56 56
57 */}}{{range .Methods}} {{synopsis .Doc}} 57 */}}{{range .Methods}} {{synopsis .Doc}}
58 {{node .Decl $.FSet}} 58 {{node .Decl $.FSet}}
59 59
60 {{end}}{{end}}{{end}}{{/* 60 {{end}}{{end}}{{end}}{{/*
61 61
62 */}}{{with .Bugs}} 62 */}}{{with .Bugs}}
63 BUGS .Bugs is now deprecated, please use .Notes instead 63 BUGS .Bugs is now deprecated, please use .Notes instead
64 {{range .}}» {{synopsis .}} 64 {{range .}}{{indent "\t" .}}
65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}} 65 {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
66 {{$marker}}S 66 {{$marker}}S
67 {{range $content}}» {{synopsis .Body}} (uid: {{.UID}}) 67 {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
68 {{end}}{{end}}{{end}} 68 {{end}}{{end}}{{end}}
OLDNEW
« no previous file with comments | « src/pkg/go/doc/testdata/bugpara.2.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b