From a2d3ba33728230eacdf4a5b0e48c89a5c4b24eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 18 Mar 2020 09:14:39 +0100 Subject: doc: Sync classref with current source Fix wrong binding after #37111. --- doc/classes/AnimationNodeStateMachine.xml | 21 ++++++++++----------- doc/classes/Array.xml | 12 ++++++------ doc/classes/Dictionary.xml | 2 +- doc/classes/Signal.xml | 2 +- doc/classes/Transform.xml | 4 ++-- doc/classes/Transform2D.xml | 4 ++-- 6 files changed, 22 insertions(+), 23 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 4ff39b7500..3b351a3345 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -28,17 +28,6 @@ Adds a new node to the graph. The [code]position[/code] is used for display in the editor. - - - - - - - - - Replaces the node and keeps its transitions unchanged. - - @@ -194,6 +183,16 @@ Renames the given node. + + + + + + + + + + diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 6401feb95c..20296bbf45 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -116,7 +116,7 @@ - + Returns the last element of the array, or [code]null[/code] if the array is empty. @@ -213,7 +213,7 @@ - + Returns the first element of the array, or [code]null[/code] if the array is empty. @@ -260,28 +260,28 @@ - + Returns the maximum value contained in the array if all elements are of comparable types. If the elements can't be compared, [code]null[/code] is returned. - + Returns the minimum value contained in the array if all elements are of comparable types. If the elements can't be compared, [code]null[/code] is returned. - + Removes and returns the last element of the array. Returns [code]null[/code] if the array is empty. - + Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty. diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 062e72388f..540ebf3931 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -98,7 +98,7 @@ - + diff --git a/doc/classes/Signal.xml b/doc/classes/Signal.xml index 51490caf6f..1a05c02b60 100644 --- a/doc/classes/Signal.xml +++ b/doc/classes/Signal.xml @@ -33,7 +33,7 @@ - + diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 72f9c5493a..e4d367c344 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -149,7 +149,7 @@ - + @@ -158,7 +158,7 @@ - + diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index 164efd4e5e..af93d4c654 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -151,7 +151,7 @@ - + @@ -160,7 +160,7 @@ - + -- cgit v1.2.3