From f92b87e5f8025e8ac7de1eaaf8fafbaf10521e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 31 Aug 2018 22:38:28 +0200 Subject: DocData: Fix return type listed as "var" instead of "Variant" --- doc/classes/Array.xml | 36 ++++++++++++++++++------------------ doc/classes/Dictionary.xml | 4 ++-- doc/classes/String.xml | 2 +- doc/classes/TileSet.xml | 18 ++++++++++++++++++ doc/classes/Transform.xml | 8 ++++---- doc/classes/Transform2D.xml | 8 ++++---- 6 files changed, 47 insertions(+), 29 deletions(-) (limited to 'doc') diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 162e2d3e05..7097fd8bf0 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -84,14 +84,14 @@ - + Append an element at the end of the array (alias of [method push_back]). - + Returns the last element of the array if the array is not empty (size>0). @@ -100,7 +100,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -131,7 +131,7 @@ - + Return the amount of times an element is in the array. @@ -155,7 +155,7 @@ - + Remove the first occurrence of a value from the array. @@ -164,7 +164,7 @@ - + @@ -175,14 +175,14 @@ - + Searches the array in reverse order for a value and returns its index or -1 if not found. - + Returns the first element of the array if the array is not empty (size>0). @@ -191,7 +191,7 @@ - + Return true if the array contains given value. @@ -213,7 +213,7 @@ - + Insert a new element at a given position in the array. The position must be valid, or at the end of the array ([code]pos == size()[/code]). @@ -225,42 +225,42 @@ - + Return 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. - + Return 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. - + Remove the last element of the array. - + Remove the first element of the array. - + Append an element at the end of the array. - + Add an element at the beginning of the array. @@ -283,7 +283,7 @@ - + diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 800a76ccf1..06c996e13e 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -35,7 +35,7 @@ - + Erase a dictionary key/value pair by key. @@ -44,7 +44,7 @@ - + Return true if the dictionary has a given key. diff --git a/doc/classes/String.xml b/doc/classes/String.xml index a42f508b59..d404c32b38 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -339,7 +339,7 @@ - + diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index a30d12d6b7..b98161e483 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -44,6 +44,14 @@ + + + + + + + + @@ -54,6 +62,16 @@ + + + + + + + + + + diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 24c009d922..09edfe4235 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -141,18 +141,18 @@ - + - + Transforms the given [Vector3], [Plane], or [AABB] by this transform. - + - + Inverse-transforms the given [Vector3], [Plane], or [AABB] by this transform. diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index b38d9a1a86..bf0a745aa8 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -143,18 +143,18 @@ - + - + Transforms the given [Vector2] or [Rect2] by this transform. - + - + Inverse-transforms the given [Vector2] or [Rect2] by this transform. -- cgit v1.2.3