-
Notifications
You must be signed in to change notification settings - Fork 486
Add support for Promises #104
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
Comments
I'm open to the idea, but ideally this first lands upstream in JSDoc - our strategy so far is to always follow existing JSDoc standards. |
What about making it an internal plugin that you can activate via configuration flag? That way it would not be official but still be there as an option. I don't think JSDoc will add them anytime soon, and Promises are used quite a bit today. |
Okay, agreed - I think upstream we can implement a rule-adding interface to doctrine, the JSDoc syntax parser. |
On further consideration, |
Agreed. |
There should be a special tag to easily document promises.
As a reference, see the discussion at the JSDoc repo: jsdoc/jsdoc#509
The text was updated successfully, but these errors were encountered: