summaryrefslogtreecommitdiff
path: root/doc/popups.js
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16godoc: initial support for showing popup informationRobert Griesemer1-0/+24
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 http://codereview.appspot.com/578042