diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 09554e6a987..805f64ad8aa 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -8544,6 +8544,11 @@
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -17192,6 +17197,11 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
Insert a new int at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -30279,6 +30289,11 @@ A similar effect may be achieved moving this node's descendants.
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -30657,6 +30672,11 @@ A similar effect may be achieved moving this node's descendants.
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -38120,6 +38140,11 @@ A similar effect may be achieved moving this node's descendants.
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -43043,6 +43068,11 @@ A similar effect may be achieved moving this node's descendants.
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+
@@ -43334,6 +43364,11 @@ A similar effect may be achieved moving this node's descendants.
Insert a new element at a given position in the array. The position must be valid, or at the end of the array (pos==size()).
+
+
+ Reverse the order of the elements in the array (so first element will now be the last).
+
+