diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 55063bbe243..b2cde861c8c 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -34,7 +34,7 @@
- Calls [code]method[/code] on each member of the given group, respecting the given [enum GROUP_CALL] flags.
+ Calls [code]method[/code] on each member of the given group, respecting the given [enum GroupCallFlags].
@@ -160,7 +160,7 @@
- Sends the given notification to all members of the [code]group[/code], respecting the given [enum GROUP_CALL] flags.
+ Sends the given notification to all members of the [code]group[/code], respecting the given [enum GroupCallFlags].
@@ -220,7 +220,7 @@
- Sets the given [code]property[/code] to [code]value[/code] on all members of the given group, respecting the given [enum GROUP_CALL] flags.
+ Sets the given [code]property[/code] to [code]value[/code] on all members of the given group, respecting the given [enum GroupCallFlags].