var go/doc.noteCommentRx

2 uses

	go/doc (current package)
		reader.go#L445: 	noteCommentRx = lazyregexp.New(`^/[/*][ \t]*` + noteMarker) // MARKER(uid) at comment start
		reader.go#L481: 			if noteCommentRx.MatchString(c.Text) {