Is there documentation for what JSDoc subset, superset, or mix of the two IntelliJ supports? My motivation for using JSDoc is two-fold:
- For developers: so IntelliJ can provide better code-completion, code checking, error checking, etc.
- For runtime efficiency: using the Closure compiler.
For #1 above, it is important for me to use JSDoc markup that is supported by IntelliJ, and until now figuring this out has mostly been a trial and error process.