mirror of
https://github.com/golang/go
synced 2024-11-22 19:24:59 -07:00
parent
caf513a66c
commit
3fdeb8614d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user