From 518b9e5801a19229805fe837d7d0cf92920ad413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 27 Jan 2023 12:07:53 +0100 Subject: [PATCH] Add missing classref changes after #62942 --- doc/classes/String.xml | 4 ++-- doc/classes/StringName.xml | 8 +++++++- modules/gltf/doc_classes/GLTFState.xml | 8 ++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 15c44499ccc0..143e1f23e9eb 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -1005,13 +1005,13 @@ - Replace all characters that are not allowed in [method is_valid_filename] with underscores. + Returns a copy of the string with all characters that are not allowed in [method is_valid_filename] replaced with underscores. - Removes all characters that are not allowed in [member Node.name] from the string ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]). + Returns a copy of the string with all characters that are not allowed in [member Node.name] removed ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]). diff --git a/doc/classes/StringName.xml b/doc/classes/StringName.xml index b46e39b8d7fb..c103fb228784 100644 --- a/doc/classes/StringName.xml +++ b/doc/classes/StringName.xml @@ -909,10 +909,16 @@ [/codeblocks] + + + + Returns a copy of the string with all characters that are not allowed in [method is_valid_filename] replaced with underscores. + + - Removes all characters that are not allowed in [member Node.name] from the string ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]). + Returns a copy of the string with all characters that are not allowed in [member Node.name] removed ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code] [code]%[/code]). diff --git a/modules/gltf/doc_classes/GLTFState.xml b/modules/gltf/doc_classes/GLTFState.xml index 7fbfa5a2b813..b8943795a0fd 100644 --- a/modules/gltf/doc_classes/GLTFState.xml +++ b/modules/gltf/doc_classes/GLTFState.xml @@ -262,4 +262,12 @@ + + + + + + + +