Perhaps we can create a dedicated docs area for commonly used goog namespaces. Preliminary plan is to simply allow manual cljsdoc files for goog things:
cljsdoc/<ns>/<symbol>.cljsdoc files for goog symbols
cljsdoc/<ns>.cljsdoc for goog namespace
We can use this Closure API data ripped from the official docs to get a simple index used for name validation and type info.
Related discussion:
I'll skip history tracking or parsing of course.



Perhaps we can create a dedicated docs area for commonly used goog namespaces. Preliminary plan is to simply allow manual cljsdoc files for goog things:
cljsdoc/<ns>/<symbol>.cljsdocfiles for goog symbolscljsdoc/<ns>.cljsdocfor goog namespaceWe can use this Closure API data ripped from the official docs to get a simple index used for name validation and type info.
Related discussion:
I'll skip history tracking or parsing of course.


