From bbdfc7353c3af72fcdf037ff10b8571aa2afc230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 11 May 2020 13:23:39 +0200 Subject: doc: Sync classref with current source --- doc/classes/@GlobalScope.xml | 3 --- doc/classes/PopupMenu.xml | 6 ++++++ doc/classes/String.xml | 26 +++++++++++++------------- doc/classes/TextEdit.xml | 12 ++++++------ doc/classes/TreeItem.xml | 18 ++++++++++++++++++ 5 files changed, 43 insertions(+), 22 deletions(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 222b70c9c7..602ad43103 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -77,9 +77,6 @@ The [ProjectSettings] singleton. - - The [RenderingDevice] singleton. - The [RenderingServer] singleton. diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 569da5c58b..59450b7ea2 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -242,6 +242,12 @@ Removes all items from the [PopupMenu]. + + + + + + diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 03f62732c4..0dd6923129 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -620,6 +620,19 @@ Returns [code]true[/code] if this string contains a valid IP address. + + + + + + + Return a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method. + Example: + [codeblock] + print(", ".join(["One", "Two", "Three", "Four"])) + [/codeblock] + + @@ -837,19 +850,6 @@ Returns a copy of the string with characters removed from the right. - - - - - - - Return a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method. - Example: - [codeblock] - print(", ".join(["One", "Two", "Three", "Four"])) - [/codeblock] - - diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index bb2d355bf6..e553518b39 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -343,26 +343,26 @@ Select all the text. - + - + - If [code]true[/code], hides the line of the specified index. + Sets the text for a specific line. - + - + - Sets the text for a specific line. + If [code]true[/code], hides the line of the specified index. diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index a8a17370c2..126d6b4180 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -249,6 +249,14 @@ + + + + + + + + @@ -572,6 +580,16 @@ If [code]true[/code], the given column is selectable. + + + + + + + + + + -- cgit v1.2.3