From c64c46db1d167502b079395b82e75b6c8d5c28c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 17 Dec 2019 11:43:07 +0100 Subject: doc: Sync classref with current source --- doc/classes/GraphEdit.xml | 2 +- doc/classes/HSlider.xml | 6 ------ doc/classes/PhysicalBone.xml | 18 ++++++++++++++++++ doc/classes/ProjectSettings.xml | 6 +++--- doc/classes/VSlider.xml | 6 ------ doc/classes/Viewport.xml | 12 ++++++------ 6 files changed, 28 insertions(+), 22 deletions(-) diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 7dde030db7..3041a7cb7f 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -88,7 +88,7 @@ Gets the [HBoxContainer] that contains the zooming and grid snap controls in the top left of the graph. - Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of it's children use their [member CanvasItem.visible] property instead. + Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of it's children use their [member CanvasItem.visible] property instead. diff --git a/doc/classes/HSlider.xml b/doc/classes/HSlider.xml index 2fef4669d2..4e7d9bc9f3 100644 --- a/doc/classes/HSlider.xml +++ b/doc/classes/HSlider.xml @@ -13,20 +13,14 @@ - - - - - - diff --git a/doc/classes/PhysicalBone.xml b/doc/classes/PhysicalBone.xml index 583c24e2c0..81446063f2 100644 --- a/doc/classes/PhysicalBone.xml +++ b/doc/classes/PhysicalBone.xml @@ -7,6 +7,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 20a1a182e3..126f11a4ed 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -401,6 +401,9 @@ Default orientation on mobile devices. + + If [code]true[/code], the home indicator is hidden automatically. This only affects iOS devices without a physical home button. + If [code]true[/code], allows per-pixel transparency in a desktop window. This affects performance, so leave it on [code]false[/code] unless you need it. @@ -437,9 +440,6 @@ If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], enables vertical synchronization via the operating system's window compositor when in windowed mode and the compositor is enabled. This will prevent stutter in certain situations. (Windows only.) - - If [code]true[/code], the home indicator is hidden automatically. This only affects iOS devices without a physical home button. - diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index fc62e5c892..8590c7bc3b 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -17,20 +17,14 @@ - - - - - - diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index de0e064a4a..58dd36daa5 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -305,18 +305,18 @@ - - - Emitted when the size of the viewport is changed, whether by [method set_size_override], resize of window, or some other means. - - - + Emitted when a Control node grabs keyboard focus. + + + Emitted when the size of the viewport is changed, whether by [method set_size_override], resize of window, or some other means. + + -- cgit v1.2.3