Standardize documentation for the pool arrays' invert methods
(cherry picked from commit 3e0ab0a2f2
)
This commit is contained in:
parent
5bf8f2cf9e
commit
9355d9c5a2
|
@ -81,7 +81,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="join">
|
<method name="join">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</method>
|
</method>
|
||||||
<method name="invert">
|
<method name="invert">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_back">
|
<method name="push_back">
|
||||||
|
|
Loading…
Reference in New Issue