processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
60 stars 90 forks source link

Reference updated with new JSON files after switch to JDK 17 #457

Closed SableRaf closed 1 year ago

SableRaf commented 1 year ago

With Processing 4 we switched from JDK 11 to JDK 17. Unfortunately, this caused the script that parses JavaDoc comments in the Processing source and creates JSON files in the website repository to break. As a result, we were unable to update the reference until we had an updated script.

However, we have now generated new JSON files using an updated script. The new script was submitted in the following PR: https://github.com/processing/processing-doclet/pull/2

This pull request includes the updated reference files including several fixes for typos and other updates to bring it in line with changes in Processing 4.