diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index e658e2ad96f..fe755d520ec 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -490,6 +490,7 @@
+ Print one or more arguments to the console with a space between each argument.
@@ -520,7 +521,7 @@
- Converts the value of a variable to a String.
+ Converts a value to a string that can later be parsed using str2var.
@@ -529,6 +530,7 @@
+ Converts a string that was returned by var2str to the original value.
@@ -537,6 +539,7 @@
+ Encodes a variable to a byte array.
@@ -545,6 +548,7 @@
+ Decodes a byte array back to a variable.
@@ -604,6 +608,7 @@
+ Makes a color from red, green, blue and alpha. Arguments can range from 0 to 255.
@@ -619,6 +624,7 @@
+ Get an object by its ID.
@@ -627,6 +633,7 @@
+ Preload and get a resource. The resource is loaded during script parsing.
@@ -637,6 +644,7 @@
+ Stops function execution and return current state. Call resume on the state to resume execution.
@@ -645,6 +653,7 @@
+ If the condition is false, generates an error.