From 5e213103438c65134b75f9cd3b352502bada0c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 24 Jun 2019 10:39:59 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/AudioEffectPitchShift.xml | 16 ++++++++++++++++ doc/classes/ColorPicker.xml | 8 ++++---- doc/classes/String.xml | 12 ++++++++++++ doc/classes/TextEdit.xml | 6 ++++++ doc/classes/VisualShaderNodeGroupBase.xml | 8 ++++++++ 5 files changed, 46 insertions(+), 4 deletions(-) diff --git a/doc/classes/AudioEffectPitchShift.xml b/doc/classes/AudioEffectPitchShift.xml index 7d6c5f2b20d..8c22afb40fa 100644 --- a/doc/classes/AudioEffectPitchShift.xml +++ b/doc/classes/AudioEffectPitchShift.xml @@ -12,10 +12,26 @@ + + + + Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves). + + + + + + + + + + + + diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 1fefc719b7e..0ab91e9621a 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -45,14 +45,14 @@ If [code]true[/code], shows an alpha channel slider (transparency). - - - - If [code]true[/code], allows to edit color with Hue/Saturation/Value sliders. [b]Note:[/b] Cannot be enabled if raw mode is on. + + + + If [code]true[/code], allows the color R, G, B component values to go beyond 1.0, which can be used for certain special operations that require it (like tinting without darkening or rendering sprites in HDR). [b]Note:[/b] Cannot be enabled if hsv mode is on. diff --git a/doc/classes/String.xml b/doc/classes/String.xml index ff0572f3849..6395fe2ce8f 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -388,6 +388,18 @@ Converts a string containing a hexadecimal number into an integer. + + + + + + + + + + + + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 8139da3a4c4..e818d753d8c 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -44,6 +44,12 @@ Returns if the given line is foldable, that is, it has indented lines right below it. + + + + + + diff --git a/doc/classes/VisualShaderNodeGroupBase.xml b/doc/classes/VisualShaderNodeGroupBase.xml index 37d48956f69..c2e9b9503b9 100644 --- a/doc/classes/VisualShaderNodeGroupBase.xml +++ b/doc/classes/VisualShaderNodeGroupBase.xml @@ -109,6 +109,14 @@ + + + + + + + +