diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 12:33:39 +0200 |
commit | 560f55da5143d141fea56c0cbedd442bd3d2095b (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /doc/classes/Node.xml | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) | |
parent | 71d53637b5bce5519800a5cadfa2e42750b8b793 (diff) |
Merge pull request #30119 from akien-mga/doc-misc-updates
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r-- | doc/classes/Node.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 851f9f45fe..6df207b2cd 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -163,7 +163,7 @@ </argument> <description> Duplicates the node, returning a new node. - You can fine-tune the behavior using the [code]flags[/code] (see [enum Node.DuplicateFlags]). + You can fine-tune the behavior using the [code]flags[/code] (see [enum DuplicateFlags]). </description> </method> <method name="find_node" qualifiers="const"> |