You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example constructor (is in jsdoc, so it's okay...), codestart tags are parsed by documentjs but isn't documented. At the same time extends (although there is inherit tag for it), version tags, for example, aren't understood by documentjs, but it isn't called out anywhere. I'm calling this out because the github readme of documentjs repo says
Specify your code's behavior precisely with JSDoc and Google Closure Compiler annotations.
The text was updated successfully, but these errors were encountered:
Most of those tags are legacy (codestart, extends). Constructor is also legacy, but after Class was added to JavaScript, we've thought about brining @Class or @constructor back.
for example constructor (is in jsdoc, so it's okay...), codestart tags are parsed by documentjs but isn't documented. At the same time extends (although there is inherit tag for it), version tags, for example, aren't understood by documentjs, but it isn't called out anywhere. I'm calling this out because the github readme of documentjs repo says
The text was updated successfully, but these errors were encountered: