1
0
mirror of https://github.com/golang/go synced 2024-11-22 19:24:59 -07:00

go/doc: fix TODO

R=r
CC=golang-dev
https://golang.org/cl/7716049
This commit is contained in:
Robert Griesemer 2013-03-15 15:55:31 -07:00
parent caf513a66c
commit 3fdeb8614d

View File

@ -94,7 +94,7 @@ func filterTypes(a []*Type, f Filter) []*Type {
}
// Filter eliminates documentation for names that don't pass through the filter f.
// TODO: Recognize "Type.Method" as a name.
// TODO(gri): Recognize "Type.Method" as a name.
//
func (p *Package) Filter(f Filter) {
p.Consts = filterValues(p.Consts, f)