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#L186: 	notes     map[string][]*Note
		reader.go#L514: 			r.notes[marker] = append(r.notes[marker], &Note{
		reader.go#L630: 	r.notes = make(map[string][]*Note)
		reader.go#L910: func noteBodies(notes []*Note) []string {