-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
docs(jsdoc): #3840 document all Meteor Template helpers in 1 @namespace #3841
docs(jsdoc): #3840 document all Meteor Template helpers in 1 @namespace #3841
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these helpers aren't necessarily template-specific I think?
client/modules/core/helpers/apps.js
Outdated
* etc: "additional properties as defined in Packages.registry" | ||
* ... | ||
* }] | ||
* @method Apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know that this is actually a template helper? We use it in templates but I think we use it elsewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would reactionApps
be a better fit in Helpers
?
Note that I made some changes in #4213 that might impact this PR a little. I think it would still be fine to update and merge this PR if time permits, but it's also not critical IMO because we're working toward removing Blaze. |
I fixed up and merged this |
Thank you @aldeed! |
Resolves #3840
Impact: minor
Type: docs
Issue
Solution
@memberof Templates
to methods@namespace Templates
@file
information with Blaze helper method docs linksBreaking changes
none
Testing
npm run docs
file:///tmp/reaction-docs/Templates.html
Screenshots