Document additional Closure Compiler tags #171
Labels
Milestone
Content-Length: 235198 | pFad | http://github.com/jsdoc/jsdoc.github.io/issues/171
D4Fetched URL: http://github.com/jsdoc/jsdoc.github.io/issues/171
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
We're adding support for a bunch of Closure Compiler tags in JSDoc 3.6.0. This issue lists the tags that need to be documented. All of these are Closure Compiler-only unless otherwise noted.
@define
@dict
(no-op)@export
(no-op)@externs
(no-op)@fileoverview
(already documented as a synonym for@file
)@final
(supported since 3.3.0 as a Closure Compiler-only synonym for@readonly
)@implicitCast
(no-op)@modifies
(JSDoc and Closure Compiler)@noalias
(no-op)@nocollapse
(no-op)@nocompile
(no-op)@nosideeffects
@polymer
(no-op)@polymerBehavior
(no-op)@preserve
(synonym for@license
)@public
(document that it allows a type for Closure Compiler)@record
(treated as a synonym for@interface
)@struct
(no-op)@suppress
(no-op)@template
(no-op)@this
(different semantics than JSDoc)@typedef
(different semantics than JSDoc)@unrestricted
(no-op)The text was updated successfully, but these errors were encountered: