From c5d7115038de5f83cb83e08748615a84fc26bee2 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sat, 6 Aug 2022 21:11:48 +0300 Subject: Rename the argument tag to param in XML documentation --- doc/classes/Marshalls.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/classes/Marshalls.xml') diff --git a/doc/classes/Marshalls.xml b/doc/classes/Marshalls.xml index b66a1b9190..ac7b4a48b9 100644 --- a/doc/classes/Marshalls.xml +++ b/doc/classes/Marshalls.xml @@ -11,22 +11,22 @@ - + Returns a decoded [PackedByteArray] corresponding to the Base64-encoded string [code]base64_str[/code]. - + Returns a decoded string corresponding to the Base64-encoded string [code]base64_str[/code]. - - + + Returns a decoded [Variant] corresponding to the Base64-encoded string [code]base64_str[/code]. If [code]allow_objects[/code] is [code]true[/code], decoding objects is allowed. [b]Warning:[/b] Deserialized objects can contain code which gets executed. Do not use this option if the serialized object comes from untrusted sources to avoid potential security threats such as remote code execution. @@ -34,22 +34,22 @@ - + Returns a Base64-encoded string of a given [PackedByteArray]. - + Returns a Base64-encoded string of the UTF-8 string [code]utf8_str[/code]. - - + + Returns a Base64-encoded string of the [Variant] [code]variant[/code]. If [code]full_objects[/code] is [code]true[/code], encoding objects is allowed (and can potentially include code). -- cgit v1.2.3