]> Cypherpunks repositories - gostls13.git/commit
godoc: correctly categorize interface methods, performance tuning
authorRobert Griesemer <gri@golang.org>
Thu, 24 May 2012 17:56:35 +0000 (10:56 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 24 May 2012 17:56:35 +0000 (10:56 -0700)
commit016d0d0900bf9447b5ea4ada697ae64597a85daf
tree7a25568fcd5a47d9246ef1ba309d5963ca7029d5
parent07612b8db012efadc2a9182160ba54702d9d04bf
godoc: correctly categorize interface methods, performance tuning

- interface methods appeared under VarDecl in search results
  (long-standing TODO)

- don't walk parts of AST which contain no indexable material
  (minor performance tuning)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6228047
src/cmd/godoc/index.go