aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/GraphNode.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 23:16:30 +0100
committerRémi Verschelde2017-11-24 23:16:30 +0100
commit7dfba3cda9f13427f9f10a6eefbec52aef62274c (patch)
tree37231b14dfe24e8597ca5c780bb151696cda9b57 /doc/classes/GraphNode.xml
parent2bc6db65c14f00de5a0349e910037ca2db7fc103 (diff)
downloadgodot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.gz
godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.zst
godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.zip
doc: Fix enum tags thanks to 2bc6db6
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r--doc/classes/GraphNode.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml
index a484403e2..c1b18e4cd 100644
--- a/doc/classes/GraphNode.xml
+++ b/doc/classes/GraphNode.xml
@@ -273,11 +273,11 @@
</signal>
</signals>
<constants>
- <constant name="OVERLAY_DISABLED" value="0">
+ <constant name="OVERLAY_DISABLED" value="0" enum="Overlay">
</constant>
- <constant name="OVERLAY_BREAKPOINT" value="1">
+ <constant name="OVERLAY_BREAKPOINT" value="1" enum="Overlay">
</constant>
- <constant name="OVERLAY_POSITION" value="2">
+ <constant name="OVERLAY_POSITION" value="2" enum="Overlay">
</constant>
</constants>
<theme_items>