We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Apologies if this has been asked recently. It used to be possible to download the Javadoc from the Processing Source on Github, but it looks like this has been removed.
Anyone know where this is now located? I know Dan Shiffman was experimenting with putting the docsets on Github here but this doesn't seem to be linked to the main repository.
Intended use is for tooltips in Eclipse (maybe Sublime if I can figure that out), and to generate docsets for compatibility with Zeal / Dash, which I have been able to do before.
Answers
This seems to be the place:
https://github.com/processing/processing-docs/tree/master/java_generate
They need to be built manually but all the instructions are there.
Another option for tooltips in Eclipse is to add the source instead of javadocs. The source includes javadocs, and gives more info in the debugger as well. I got it via a "Source code (zip)" link in the release I am using (scroll down): https://github.com/processing/processing/releases/tag/processing-0248-3.0.2