From e10687a520936a628a7ad1c1b3d1313c961b05a8 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sun, 27 May 2018 01:22:34 -0300 Subject: [PATCH] Fixed GroupCallFlags links in the SceneTree's doc. --- doc/classes/SceneTree.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 55063bbe2438..b2cde861c8c6 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].