diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index ab2cb985d..cb52e610b 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -208,5 +208,7 @@
Specific to mobile platforms.
[b]Note:[/b] On iOS, you only have approximately 5 seconds to finish a task started by this signal. If you go over this allotment, iOS will kill the app instead of pausing it.
+
+
diff --git a/modules/database/doc_classes/PreparedStatement.xml b/modules/database/doc_classes/PreparedStatement.xml
index 4a34533a9..1a62d5bf1 100644
--- a/modules/database/doc_classes/PreparedStatement.xml
+++ b/modules/database/doc_classes/PreparedStatement.xml
@@ -276,12 +276,82 @@
Returns the expanded version of the original sql, if the database backend supports it.
+
+
+
+
+
Returns the normalized version of the original sql, if the database backend supports it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -303,6 +373,8 @@
+
+
The sql statement to send to the database.
diff --git a/modules/database/doc_classes/QueryResult.xml b/modules/database/doc_classes/QueryResult.xml
index 02d6cbedc..fefaf5d0a 100644
--- a/modules/database/doc_classes/QueryResult.xml
+++ b/modules/database/doc_classes/QueryResult.xml
@@ -23,6 +23,11 @@
Gets a bool value from the index-th cell.
+
+
+
+
+
@@ -56,6 +61,36 @@
Returns the last inserted row's id. On some database backends this needs to be requested in the query to be available.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,6 +98,11 @@
Is the given cell null.
+
+
+
+
+
@@ -70,6 +110,10 @@
+
+
+
+
diff --git a/modules/terraman/doc_classes/TerrainChunk.xml b/modules/terraman/doc_classes/TerrainChunk.xml
index 017c4f246..23244441f 100644
--- a/modules/terraman/doc_classes/TerrainChunk.xml
+++ b/modules/terraman/doc_classes/TerrainChunk.xml
@@ -23,6 +23,11 @@
+
+
+
+
+
@@ -117,6 +122,11 @@
+
+
+
+
+
@@ -417,6 +427,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -424,6 +474,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -434,6 +498,8 @@
+
+
@@ -465,6 +531,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -510,6 +594,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -545,8 +650,10 @@
-
-
+
+
+
+
@@ -561,17 +668,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -704,12 +962,20 @@
+
+
+
+
+
+
+
+
@@ -718,6 +984,12 @@
+
+
+
+
+
+
@@ -726,6 +998,12 @@
+
+
+
+
+
+
diff --git a/modules/terraman/doc_classes/TerrainChunkBlocky.xml b/modules/terraman/doc_classes/TerrainChunkBlocky.xml
index fdfb372ed..2accfd57a 100644
--- a/modules/terraman/doc_classes/TerrainChunkBlocky.xml
+++ b/modules/terraman/doc_classes/TerrainChunkBlocky.xml
@@ -13,6 +13,10 @@
+
+
+
+
diff --git a/modules/terraman/doc_classes/TerrainLight.xml b/modules/terraman/doc_classes/TerrainLight.xml
index 54c5607d7..20828f4fe 100644
--- a/modules/terraman/doc_classes/TerrainLight.xml
+++ b/modules/terraman/doc_classes/TerrainLight.xml
@@ -1,5 +1,5 @@
-
+
@@ -7,31 +7,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -40,13 +43,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/terraman/doc_classes/TerrainWorld.xml b/modules/terraman/doc_classes/TerrainWorld.xml
index 987ba9248..8d5a3868a 100644
--- a/modules/terraman/doc_classes/TerrainWorld.xml
+++ b/modules/terraman/doc_classes/TerrainWorld.xml
@@ -44,16 +44,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -182,6 +172,12 @@
+
+
+
+
+
+
@@ -193,12 +189,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -214,24 +223,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
@@ -240,14 +238,25 @@
-
-
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
@@ -262,6 +271,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -274,13 +305,13 @@
-
+
-
-
-
-
-
+
+
+
+
+
@@ -353,6 +384,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -383,6 +450,8 @@
+
+
@@ -416,7 +485,11 @@
-
+
+
+
+
+