There was an error while loading. Please reload this page.
1 parent dc322fb commit bf87c81Copy full SHA for bf87c81
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