]> Cypherpunks repositories - gostls13.git/commit
use grouping instead of colors to show non-global search hits:
authorRobert Griesemer <gri@golang.org>
Mon, 9 Nov 2009 04:17:04 +0000 (20:17 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 9 Nov 2009 04:17:04 +0000 (20:17 -0800)
commit7837dbfcb821767e4a9f315d76a8a08ca8820b3a
tree5a9d0b81b7fccc028fbcc590ee2ea3c18b95e347
parente8b580c9aa809d4741eb1917154bfd31e2c51956
use grouping instead of colors to show non-global search hits:
- introduced a new run per file containing all spots belonging
  to the same kind (e.g. var decl, const decl, etc.)
- more comments, better index.go file organization

R=rsc
http://go/go-review/1026028
doc/style.css
lib/godoc/search.html
src/cmd/godoc/godoc.go
src/cmd/godoc/index.go