What documentation standard is Google using for their JS API docs? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.开发者_开发知识库
Improve this questionOn a first glance it looks like JSDoc or jsdoc-toolkit, yet I see tags which are not defined in either of both. I read in Google JavaScript Style Guide they are using JSDoc, but there are many non-JSDoc tags in the public source code, hence my curiousity.
According to a Google Developer Advocate they usually employ jsdoc-toolkit doc tags plus Closure compiler tags.
(I found out via other channels, but for the sake of completeness I'll document my findings here as well.)
精彩评论