-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Fix inline docs of int(), windowResized() and other event handler functions #4989
Conversation
🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page! |
@fal-works are you still interested in working on this? Is this PR ready to be submitted for merge? |
I'm sorry I left this for a while! |
remove description about "return false" remove @param, @return tags (see processing#4988)
de6fbdc
to
766cc9a
Compare
remove @return tags (see processing#4988)
766cc9a
to
485dc36
Compare
Now it should be ready. |
@limzykenneth I know you've been tracking this issue, would you like to take a look over and merge if it's ready? this all looks good to me. |
Looks good, thanks. |
Resolves #4988
Changes:
Following improvements in the inline docs.
int()
: add missing@param [radix]
windowResized()
,keyPressed()
and other keyboard-related functions: add missing@param [event]
EDIT: Following changes have been reverted (see #4988).
windowResized()
: add description aboutreturn false
windowResized()
and other keyboard/mouse/touch-related functions: add missing@return
PR Checklist
npm run lint
passes