From 09ced94dd45f8b4f15ee77917fedd033948da8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 26 Jan 2020 15:18:06 +0100 Subject: doc: Do not expose Variant::NIL as a type in the class reference Fix signals Variant arguments incorrectly listed as Nil. Fixes #12520. --- doc/classes/@GlobalScope.xml | 2 +- doc/classes/EditorProperty.xml | 4 +- doc/classes/Input.xml | 2 + doc/classes/Nil.xml | 169 ----------------------------------------- doc/classes/RichTextLabel.xml | 6 +- doc/classes/SceneTree.xml | 4 +- 6 files changed, 10 insertions(+), 177 deletions(-) delete mode 100644 doc/classes/Nil.xml (limited to 'doc/classes') diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 73f0f1bd41..25f054ef72 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1454,7 +1454,7 @@ Default method flags. - Variable is of type [Nil] (only applied for [code]null[/code]). + Variable is [code]null[/code]. Variable is of type [bool]. diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index 5c24f0bebc..c28d18ec72 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -113,7 +113,7 @@ - + Do not emit this manually, use the [method emit_changed] method instead. @@ -138,7 +138,7 @@ - + Emit it if you want to key a property with a single value. diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index b827c5a49b..8baca2f06b 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -277,6 +277,8 @@ + Notifies the [Input] singleton that a connection has changed, to update the state for the [code]device[/code] index. + This is used internally and should not have to be called from user scripts. See [signal joy_connection_changed] for the signal emitted when this is triggered internally. diff --git a/doc/classes/Nil.xml b/doc/classes/Nil.xml deleted file mode 100644 index a5c1ade6ed..0000000000 --- a/doc/classes/Nil.xml +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index c3fb226b6a..e95e6909c5 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -325,21 +325,21 @@ - + Triggered when the user clicks on content between meta tags. If the meta is defined in text, e.g. [code][url={"data"="hi"}]hi[/url][/code], then the parameter for this signal will be a [String] type. If a particular type or an object is desired, the [method push_meta] method must be used to manually insert the data into the tag stack. - + Triggers when the mouse exits a meta tag. - + Triggers when the mouse enters a meta tag. diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 6a4105ca2f..38b017ab7e 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -329,9 +329,9 @@ - + - + Emitted whenever global menu item is clicked. -- cgit v1.2.3