go/ast.Field.Doc (field)
8 uses
go/ast (current package)
ast.go#L198: Doc *CommentGroup // associated documentation; or nil
walk.go#L50: if n.Doc != nil {
walk.go#L51: Walk(v, n.Doc)
go/parser
parser.go#L735: field := &ast.Field{Doc: doc, Names: names, Type: typ, Tag: tag, Comment: comment}
parser.go#L1191: return &ast.Field{Doc: doc, Names: idents, Type: typ}
go/printer
nodes.go#L564: p.setComment(f.Doc)
nodes.go#L619: p.setComment(f.Doc)
printer.go#L1052: return n.Doc
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)