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

Fix inline docs of int(), windowResized() and other event handler functions #4989

Merged
merged 8 commits into from
Mar 18, 2021

Conversation

fal-works
Copy link
Contributor

@fal-works fal-works commented Jan 10, 2021

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 about return false
  • windowResized() and other keyboard/mouse/touch-related functions: add missing @return

PR Checklist

@welcome
Copy link

welcome bot commented Jan 10, 2021

🎉 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 fal-works marked this pull request as draft January 13, 2021 15:23
@lmccart
Copy link
Member

lmccart commented Mar 12, 2021

@fal-works are you still interested in working on this? Is this PR ready to be submitted for merge?

@fal-works
Copy link
Contributor Author

I'm sorry I left this for a while!
I'm still interested, but it's not yet ready; will work on this in a few days.

@fal-works fal-works marked this pull request as ready for review March 18, 2021 18:03
@fal-works
Copy link
Contributor Author

Now it should be ready.
Sorry for the dirty commit logs; please see "Files changed" for changes

@lmccart
Copy link
Member

lmccart commented Mar 18, 2021

@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.

@limzykenneth limzykenneth merged commit 68ac2be into processing:main Mar 18, 2021
@limzykenneth
Copy link
Member

Looks good, thanks.

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.

[docs] fix inline docs of windowResized and other event handler functions etc.
3 participants