Skip to content

@api @const #43

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

Merged
merged 1 commit into from
Apr 25, 2012
Merged

@api @const #43

merged 1 commit into from
Apr 25, 2012

Conversation

3rd-Eden
Copy link
Contributor

Added support for @api public or private which is commonly used in Node.js modules that are generating API documentation using dox.

Also @const as shorthand for @constant

@3rd-Eden
Copy link
Contributor Author

Any updates on this? @pangloss @int3

@int3
Copy link
Collaborator

int3 commented Apr 25, 2012

Sorry for the late follow-up. Is @api part of the official JSDoc list of tags? I don't see it here. @const isn't there either, but it's recognized by the Closure Compiler, so we should certainly include that.

@3rd-Eden
Copy link
Contributor Author

@api is a special case tag that is used by the JavaScript / JSDoc parser visionmedia/dox

int3 added a commit that referenced this pull request Apr 25, 2012
Recognize @api and @const JSDoc tags.
@int3 int3 merged commit a599ac8 into pangloss:master Apr 25, 2012
@int3
Copy link
Collaborator

int3 commented Apr 25, 2012

Fair enough. Thanks for the contribution!

aronhoff pushed a commit to aronhoff/vim-javascript that referenced this pull request Sep 1, 2015
Replace deprecated Bundle with Plugin in Vundle example
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

Successfully merging this pull request may close these issues.

2 participants