]> Cypherpunks repositories - gostls13.git/commit
godoc: initial support for showing popup information
authorRobert Griesemer <gri@golang.org>
Tue, 16 Mar 2010 21:17:42 +0000 (14:17 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 16 Mar 2010 21:17:42 +0000 (14:17 -0700)
commit74fac99d05563b375fd44b77502708f75cdc3470
treeab855b26aec25b7b3eeaef21c61d602ee92ccb93
parent0b986316b8c1c2ed7fc9a13b61e0db90f4644a16
godoc: initial support for showing popup information
for identifiers in Go source code

- at the moment just show identifier kind (var, func, etc.) and name
  (eventually should show declaration, type, etc.)
- JavaScript parts by adg

R=rsc
CC=adg, golang-dev
https://golang.org/cl/578042
doc/popups.js [new file with mode: 0644]
doc/style.css
lib/godoc/source.html [new file with mode: 0644]
src/cmd/godoc/godoc.go
src/pkg/go/ast/scope.go