Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All JSDocs tags that are supported by documentjs aren't documented #241

Open
gdad-s-river opened this issue Mar 29, 2016 · 1 comment
Open

Comments

@gdad-s-river
Copy link

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.

@justinbmeyer
Copy link
Member

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.

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

No branches or pull requests

2 participants