summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationTreePlayer.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-07 00:11:17 +0100
committerGitHub <noreply@github.com>2019-12-07 00:11:17 +0100
commit07a739e7e15fdc0d7ed878f0cb465bb93c4e50aa (patch)
treed811b713f916bcd4d96c39fed00762311737d989 /doc/classes/AnimationTreePlayer.xml
parent643b37aaf01138af8e5780caa938a107f2341412 (diff)
parent4eff13d7685752246ca311a2fdcc9d6e6eb7f63e (diff)
downloadredot-engine-07a739e7e15fdc0d7ed878f0cb465bb93c4e50aa.tar.gz
Merge pull request #34159 from akien-mga/doc-enums-constants
doc: Markup fixes for enums and constants
Diffstat (limited to 'doc/classes/AnimationTreePlayer.xml')
-rw-r--r--doc/classes/AnimationTreePlayer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationTreePlayer.xml b/doc/classes/AnimationTreePlayer.xml
index 3b6003b478..0d7a34b179 100644
--- a/doc/classes/AnimationTreePlayer.xml
+++ b/doc/classes/AnimationTreePlayer.xml
@@ -285,7 +285,7 @@
<argument index="0" name="id" type="String">
</argument>
<description>
- Gets the node type, will return from [code]NODE_*[/code] enum.
+ Gets the node type, will return from [enum NodeType] enum.
</description>
</method>
<method name="node_rename">