processing / processing-website

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

Missing PShape::getChildren() method documentation #444

Open HoloTheDrunk opened 1 year ago

HoloTheDrunk commented 1 year ago

The PShape::getChildren() method is not documented but still accessible. Given how ubiquitous and idiomatic for-each loops are in Java, making it clear that the method is available would likely help beginners.

etleyden commented 1 year ago

The documentation on the website is generated from the source code, right? I can edit a javadoc comment here, but it is a separate repository.