type go/doc.Note

6 uses

	go/doc (current package)
		doc.go#L22: 	Notes      map[string][]*Note
		doc.go#L89: type Note struct {
		reader.go#L156: 	notes     map[string][]*Note
		reader.go#L460: 			r.notes[marker] = append(r.notes[marker], &Note{
		reader.go#L576: 	r.notes = make(map[string][]*Note)
		reader.go#L855: func noteBodies(notes []*Note) []string {