benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.35k stars 237 forks source link

Fix broken 'Related' links in the Network and Serial library web reference #778

Open kevinstadler opened 1 year ago

kevinstadler commented 1 year ago

Location of currently broken links (bottom of the page):

Known issue: the link to serialEvent_.html is still broken because the doclet actually creates the documentation at Serial_serialEvent_.html based on an internal library function that calls the user-defined serialEvent() function that the documentation is actually for. Either this file needs to be moved after generation (by the doclet script), or alternatively the documentation could be moved from the Javadoc to a static JSON file (this is also how it is done for the Network library callback).

Also lets processing/processing-doclet/pull/6 choose an appropriate @instanceName (which closes processing/processing-website/issues/397)