From 268b5207035465d07c11d3e85851d13fef7ed107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Apr 2019 11:21:09 +0200 Subject: doc: Sync classref with current source --- doc/classes/AudioEffectSpectrumAnalyzer.xml | 12 ++++++++++++ doc/classes/Input.xml | 6 ++++++ doc/classes/ProjectSettings.xml | 2 ++ doc/classes/Slider.xml | 8 ++++---- 4 files changed, 24 insertions(+), 4 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/AudioEffectSpectrumAnalyzer.xml b/doc/classes/AudioEffectSpectrumAnalyzer.xml index a00c0364e3..8a71991437 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzer.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzer.xml @@ -17,5 +17,17 @@ + + + + + + + + + + + + diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index eb8db61928..4aff5dd62b 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -66,6 +66,12 @@ Returns an [Array] containing the device IDs of all currently connected joypads. + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 5c32a9c28e..a1558c186b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -268,6 +268,8 @@ + + diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 6b97d0c721..8fdf2bc848 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -12,18 +12,18 @@ - If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. + If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. - If [code]true[/code], the value can be changed using the mouse wheel. + If [code]true[/code], the value can be changed using the mouse wheel. - Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. + Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. - If [code]true[/code], the slider will display ticks for minimum and maximum values. + If [code]true[/code], the slider will display ticks for minimum and maximum values. -- cgit v1.2.3