diff options
| author | Rémi Verschelde | 2017-10-22 12:56:11 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-22 12:56:17 +0200 |
| commit | fc09e1436654415f7130b69d049b420d7e5e8d54 (patch) | |
| tree | 4a925d13db9392d51886545586d78b97973cc584 /doc/classes/PoolByteArray.xml | |
| parent | 14b1741cbf998f6d950a006681b15803362442d7 (diff) | |
| download | godot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.gz godot-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.zst godot-fc09e1436654415f7130b69d049b420d7e5e8d54.zip | |
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines.
[ci skip]
Diffstat (limited to 'doc/classes/PoolByteArray.xml')
| -rw-r--r-- | doc/classes/PoolByteArray.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml index 2640b5118..9ef5390c5 100644 --- a/doc/classes/PoolByteArray.xml +++ b/doc/classes/PoolByteArray.xml @@ -31,7 +31,7 @@ <argument index="0" name="array" type="PoolByteArray"> </argument> <description> - Append a [PoolByteArray] at the end of this array. + Append a [code]PoolByteArray[/code] at the end of this array. </description> </method> <method name="compress"> @@ -40,7 +40,7 @@ <argument index="0" name="compression_mode" type="int" default="0"> </argument> <description> - Returns a new [PoolByteArray] with the data compressed. Set the compression mode using one of [File]'s COMPRESS_* constants. + Returns a new [code]PoolByteArray[/code] with the data compressed. Set the compression mode using one of [File]'s COMPRESS_* constants. </description> </method> <method name="decompress"> @@ -51,7 +51,7 @@ <argument index="1" name="compression_mode" type="int" default="0"> </argument> <description> - Returns a new [PoolByteArray] with the data decompressed. Set buffer_size to the size of the uncompressed data. Set the compression mode using one of [File]'s COMPRESS_* constants. + Returns a new [code]PoolByteArray[/code] with the data decompressed. Set buffer_size to the size of the uncompressed data. Set the compression mode using one of [File]'s COMPRESS_* constants. </description> </method> <method name="get_string_from_ascii"> @@ -129,7 +129,7 @@ <argument index="1" name="to" type="int"> </argument> <description> - Returns the slice of the [PoolByteArray] between indices (inclusive) as a new [PoolByteArray]. Any negative index is considered to be from the end of the array. + Returns the slice of the [code]PoolByteArray[/code] between indices (inclusive) as a new [code]PoolByteArray[/code]. Any negative index is considered to be from the end of the array. </description> </method> </methods> |
