Hi,
I set up an "API Dock" for the Closure Library at
http://oinksoft.com/static/closure-api/
It uses the HTML documentation generated by plovr, inheriting that
tool's limitations (certain functions like goog.array.forEach are
ignored, @param and @return descriptions seem not to be present) but I
still find this at times to be a much quicker way to find some
function than by searching on Google for a specific page in the
official docs.
You can see the (simple) source code at
https://github.com/oinksoft/closure-api-dock
Thomas Allen