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/PoolVector2Array.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/PoolVector2Array.xml')
| -rw-r--r-- | doc/classes/PoolVector2Array.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index e5df38483..fbfdb1182 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -17,7 +17,7 @@ <argument index="0" name="from" type="Array"> </argument> <description> - Construct a new [PoolVector2Array]. Optionally, you can pass in an Array that will be converted. + Construct a new [code]PoolVector2Array[/code]. Optionally, you can pass in an Array that will be converted. </description> </method> <method name="append"> @@ -31,7 +31,7 @@ <argument index="0" name="array" type="PoolVector2Array"> </argument> <description> - Append an [PoolVector2Array] at the end of this array. + Append an [code]PoolVector2Array[/code] at the end of this array. </description> </method> <method name="insert"> |
