diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index e4b2a2075bf..7b7430ec139 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -22339,6 +22339,7 @@
+ Displays a modal dialog box utilizing the host OS.
@@ -22352,6 +22353,7 @@
+ Returns if the current host platform is using multiple threads.
@@ -22372,12 +22374,17 @@
+ Dumps the memory allocation ringlist to a file (only works in debug).
+ Entry format per line: "Address - Size - Description"
+ Dumps all used resources to file (only works in debug).
+ Entry format per line: "Resource Type : Resource Location"
+ At the end of the file is a statistic of all used Resource Types.
@@ -22401,12 +22408,14 @@
+ Returns the scancode of the given string (e.g. "Escape")
+ Returns true if the current window is borderless.
@@ -22434,6 +22443,7 @@
+ Returns the value of the commandline argument "-level".
@@ -22482,6 +22492,14 @@
+ Returns the current engine version information in a Dictionary.
+
+ "major" - Holds the major version number as a String
+ "minor" - Holds the minor version number as a String
+ "patch" - Holds the patch version number as a String
+ "status" - Holds the status (e.g. "beta", "rc1", "rc2", ... "stable") as a String
+ "revision" - Holds the revision (e.g. "custom-build") as a String
+ "string" - major + minor + patch + status + revision in a single String
@@ -22534,6 +22552,8 @@
+ Returns the current latin keyboard variant as a String.
+ Possible return values are: "QWERTY", "AZERTY", "QZERTY", "DVORAK", "NEO" or "ERROR"
@@ -22554,6 +22574,7 @@
+ Returns the model name of the current device.
@@ -22583,6 +22604,7 @@
+ Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape").