type go/doc.Note

6 uses

	go/doc (current package)
		doc.go#L23: 	Notes      map[string][]*Note
		doc.go#L93: type Note struct {
		reader.go#L183: 	notes     map[string][]*Note
		reader.go#L528: 			r.notes[marker] = append(r.notes[marker], &Note{
		reader.go#L657: 	r.notes = make(map[string][]*Note)
		reader.go#L917: func noteBodies(notes []*Note) []string {