diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 468ccfb8f44..d411d079796 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -326,6 +326,7 @@
+ Returns the amount of static memory being used by the program in bytes.
@@ -340,6 +341,7 @@
+ Returns the epoch time of the operating system in seconds.
@@ -435,6 +437,9 @@
+ Returns [code]true[/code] if the build is a debug build.
+ Returns [code]true[/code] when running in the editor.
+ Returns [code]false[/code] if the build is a release build.
@@ -483,6 +488,7 @@
+ Returns [code]true[/code] if synchronizing the framerate to the monitor's refresh rate is enabled.
@@ -695,6 +701,7 @@
+ If [code]true[/code] the framerate will synchronize to the monitor's refresh rate.