Merge pull request #21988 from KellyThomas/array-invert-2
Standardize documentation for the pool arrays' invert methods
This commit is contained in:
commit
03f6e36d71
|
@ -81,7 +81,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="join">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</method>
|
||||
<method name="invert">
|
||||
<description>
|
||||
Reverse the order of the elements in the array (so first element will now be the last).
|
||||
Reverse the order of the elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_back">
|
||||
|
|
Loading…
Reference in New Issue