go/ast.ValueSpec.Doc (field)

11 uses

	go/ast (current package)
		ast.go#L921: 		Doc     *CommentGroup // associated documentation; or nil
		walk.go#L288: 		if n.Doc != nil {
		walk.go#L289: 			Walk(v, n.Doc)

	go/parser
		parser.go#L2583: 		Doc:     doc,

	go/printer
		nodes.go#L1616: 	p.setComment(s.Doc)
		nodes.go#L1701: 		p.setComment(s.Doc)
		printer.go#L1056: 		return n.Doc

	go.pact.im/x/plumb/internal/discover
		discover.go#L221: 					mark(s.Doc)
		discover.go#L382: 	names, err := specDirectiveNames(gd, s.Doc, pkg.Fset)

	golang.org/x/tools/go/ast/inspector
		walk.go#L278: 		if n.Doc != nil {
		walk.go#L279: 			walk(v, edge.ValueSpec_Doc, -1, n.Doc)