-
Notifications
You must be signed in to change notification settings - Fork 448
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
Update outdated documentation for BitmapFrontEnd. #3313
Conversation
glintfishGH
commented
Dec 11, 2024
- Changed arguments to start with a lowercase letter.
- Fixed documentation ported over from flash(?), where the documented @:params would not align to function arguments.
- Changed arguments to start with a lowercase letter. - Fixed documentation ported over from flash(?), where the documented @:params would not align to function arguments.
Oh I just merged this, thinking it was you |
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
For future reference, where are the doc rules? didn't even know they existed |
lol they aren't formally listed anywhere. I should make that |
@@ -114,7 +114,7 @@ class BitmapFrontEnd | |||
/** | |||
* Check the local bitmap cache to see if a bitmap with this key has been loaded already. | |||
* | |||
* @param Key The string key identifying the bitmap. | |||
* @param Key The key identifying the bitmap. |
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.
- make
key
lower case - put 2 spaces after
key
and 3 before (currently a tab)
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.
FYI You resolved this without making the requested changes
Co-authored-by: George Kurelic <Gkurelic@gmail.com>
whoops, forgot that @ also tags people. |
lol, didn’t know someone had that GitHub name |
Thanks! |