Skip to content

Commit bf87c81

Browse files
committed
Reference update for XML getChild()
1 parent dc322fb commit bf87c81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/processing/data/XML.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@ public XML[] getChildren() {
440440
/**
441441
* Quick accessor for an element at a particular index.
442442
*
443-
* @webref xml:method
444-
* @brief Returns the child element with the specified index value or path
443+
* @nowebref
445444
*/
446445
public XML getChild(int index) {
447446
checkChildren();
@@ -452,6 +451,8 @@ public XML getChild(int index) {
452451
/**
453452
* Get a child by its name or path.
454453
*
454+
* @webref xml:method
455+
* @brief Returns the child element with the specified index value or path
455456
* @param name element name or path/to/element
456457
* @return the first matching element or null if no match
457458
*/

0 commit comments

Comments
 (0)