Update docs for setHeading#1015
Conversation
|
While running the update routine for |
Sorry, something went wrong.
|
@all-contributors please add @babaissarkar for code and documentation |
Sorry, something went wrong.
|
Thanks @babaissarkar for the great work and for your patience! Your change will go out in the next release of Processing 4.4.5. We'd be happy to see you contribute further. Feel free to look at other open issues and/or join the Processing Community Discord. And let me know if you need any pointers 💙 |
Sorry, something went wrong.
Resolves #472
Adds JavaDoc for
PVector#setHeading()and the associatedkeywords.txtentry, generated using the instruction at https://github.com/processing/processing-website?tab=readme-ov-file#keywordstxt. This allows the Syntax Highlighting andOpen Content Referencecontext menu item to work.(Note:
Open Content Referencewill open missing page until processing/processing-website#621 is merged and properly deployed.)(Note 2: Also updates the documentation for
PVector#heading()to be more explanatory, inspired by https://p5js.org/reference/p5.Vector/heading, so that JSON might also require regeneration. (Done) )Adds more missing keywords to the
keywords.txtfile. (Generated via keywords.txt update routine)