diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b17ed2a8017..a3a03e39c06 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4104,10 +4104,12 @@ + Remove the last element of the array. + Remove the first element of the array. @@ -4121,6 +4123,7 @@ + Add an element at the beginning of the array. @@ -7028,6 +7031,7 @@ + Should put children to the top left corner instead of center of the container. @@ -9696,6 +9700,7 @@ This approximation makes straight segments between each point, then subdivides t + Parse json text to the dictionary. Return OK when successed or the error code when failed. @@ -9709,6 +9714,7 @@ This approximation makes straight segments between each point, then subdivides t + Return the dictionary as json text.