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.
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