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

Unified Diff: src/pkg/go/doc/example.go

Issue 5619052: code review 5619052: std: add struct field tags to untagged literals. (Closed)
Patch Set: diff -r 521f18f31406 https://go.googlecode.com/hg/ Created 13 years, 2 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/exp/inotify/inotify_linux.go ('k') | src/pkg/go/scanner/scanner_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/go/doc/example.go
===================================================================
--- a/src/pkg/go/doc/example.go
+++ b/src/pkg/go/doc/example.go
@@ -33,8 +33,11 @@
continue
}
examples = append(examples, &Example{
- Name: name[len("Example"):],
- Body: &printer.CommentedNode{f.Body, src.Comments},
+ Name: name[len("Example"):],
+ Body: &printer.CommentedNode{
+ Node: f.Body,
+ Comments: src.Comments,
+ },
Output: f.Doc.Text(),
})
}
« no previous file with comments | « src/pkg/exp/inotify/inotify_linux.go ('k') | src/pkg/go/scanner/scanner_test.go » ('j') | no next file with comments »

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