From d030c17d5ea1c6e40d8c45a7cffd072242dcb735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 13 Dec 2018 15:12:25 +0100 Subject: doc: Sync classref with current source --- doc/classes/CanvasItem.xml | 2 +- doc/classes/ColorPicker.xml | 6 +----- doc/classes/OS.xml | 12 ++++++------ doc/classes/RandomNumberGenerator.xml | 28 ++++++++++++++-------------- 4 files changed, 22 insertions(+), 26 deletions(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 63f82fe2bd..9e62cde019 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -135,7 +135,7 @@ - + diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 2659fd8a39..b3a0164704 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -29,7 +29,7 @@ Remove the given color from the list of color presets of this color picker. - + @@ -59,8 +59,6 @@ Emitted when the color is changed. - - @@ -68,8 +66,6 @@ Emitted when a preset is added. - - diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 3cca19c6cb..ac865de3cd 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -210,18 +210,18 @@ Returns the path to the current engine executable. - - + + - Returns IME intermediate text. + Returns IME selection range. - - + + - Returns IME selection range. + Returns IME intermediate text. diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml index 720acc16ba..5badfba923 100644 --- a/doc/classes/RandomNumberGenerator.xml +++ b/doc/classes/RandomNumberGenerator.xml @@ -10,6 +10,13 @@ + + + + + Generates pseudo-random float between '0.0' and '1.0'. + + @@ -21,6 +28,13 @@ Generates pseudo-random float between [code]from[/code] and [code]to[/code]. + + + + + Generates pseudo-random 32-bit unsigned integer between '0' and '4294967295'. + + @@ -32,20 +46,6 @@ Generates pseudo-random 32-bit signed integer between [code]from[/code] and [code]to[/code](inclusive). - - - - - Generates pseudo-random float between '0.0' and '1.0'. - - - - - - - Generates pseudo-random 32-bit unsigned integer between '0' and '4294967295'. - - -- cgit v1.2.3