Commit 3fdeb861 authored by Robert Griesemer's avatar Robert Griesemer

go/doc: fix TODO

R=r
CC=golang-dev
https://golang.org/cl/7716049
parent caf513a6
...@@ -94,7 +94,7 @@ func filterTypes(a []*Type, f Filter) []*Type { ...@@ -94,7 +94,7 @@ func filterTypes(a []*Type, f Filter) []*Type {
} }
// Filter eliminates documentation for names that don't pass through the filter f. // 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) { func (p *Package) Filter(f Filter) {
p.Consts = filterValues(p.Consts, f) p.Consts = filterValues(p.Consts, f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment