We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985dfda commit 48ab85cCopy full SHA for 48ab85c
core/src/processing/data/XML.java
@@ -440,8 +440,7 @@ public XML[] getChildren() {
440
/**
441
* Quick accessor for an element at a particular index.
442
*
443
- * @webref xml:method
444
- * @brief Returns the child element with the specified index value or path
+ * @nowebref
445
*/
446
public XML getChild(int index) {
447
checkChildren();
@@ -452,6 +451,8 @@ public XML getChild(int index) {
452
451
453
* Get a child by its name or path.
454
+ * @webref xml:method
455
+ * @brief Returns the child element with the specified index value or path
456
* @param name element name or path/to/element
457
* @return the first matching element or null if no match
458
0 commit comments