Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Support for typed access tags #80

Closed
jgiles opened this issue May 1, 2014 · 0 comments · Fixed by #81
Closed

Support for typed access tags #80

jgiles opened this issue May 1, 2014 · 0 comments · Fixed by #81

Comments

@jgiles
Copy link

jgiles commented May 1, 2014

The Closure compiler added support a while ago for specifying access level and type in one tag, like:

/** @private {number} */

For an example, see the constructor of goog.ui.Select:
https://code.google.com/p/closure-library/source/browse/closure/goog/ui/select.js#65
This style is also used in many other places in the Closure library.

Would you be open to adding support for this feature?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant