diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 8376a13ce..87639d5c7 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -1591,6 +1591,9 @@
Used to categorize properties together in the editor.
+
+ Used to categorize properties together in the editor as arrays.
+
The property does not save its state in [PackedScene].
diff --git a/modules/http_server_simple/doc_classes/WebServerSimple.xml b/modules/http_server_simple/doc_classes/WebServerSimple.xml
index 4b687d748..6aa6460a3 100644
--- a/modules/http_server_simple/doc_classes/WebServerSimple.xml
+++ b/modules/http_server_simple/doc_classes/WebServerSimple.xml
@@ -41,6 +41,14 @@
+
+
+
+
+
+
+
+
@@ -59,5 +67,9 @@
+
+
+
+
diff --git a/modules/web/doc_classes/ListWebPage.xml b/modules/web/doc_classes/ListWebPage.xml
index 41f1ec42d..249760da7 100644
--- a/modules/web/doc_classes/ListWebPage.xml
+++ b/modules/web/doc_classes/ListWebPage.xml
@@ -49,7 +49,7 @@
This many pagination links will be visible max.
-
+
Whether to allow pagination or not.
diff --git a/modules/web/doc_classes/WebServerRequest.xml b/modules/web/doc_classes/WebServerRequest.xml
index f6f5ac4e7..ef78c8f2c 100644
--- a/modules/web/doc_classes/WebServerRequest.xml
+++ b/modules/web/doc_classes/WebServerRequest.xml
@@ -316,10 +316,20 @@
Returns whether the active session has a csrf token or not.
-
-
+
+
+
- Some WebSerber implementations might need a call to this in order to process files in multipart forms. Don't call it manually, these implementations need to call it when needed.
+ Returns whether a file contained in the request has been moved or not.
+
+
+
+
+
+
+
+
+ moves a file contained in the request to the specified destination. If the destionation file exists it will not be overwritten unless force is true.
diff --git a/modules/web/doc_classes/WebServerRequestScriptable.xml b/modules/web/doc_classes/WebServerRequestScriptable.xml
index b1765b80b..0fd03c411 100644
--- a/modules/web/doc_classes/WebServerRequestScriptable.xml
+++ b/modules/web/doc_classes/WebServerRequestScriptable.xml
@@ -117,8 +117,17 @@
-
-
+
+
+
+
+
+
+
+
+
+
+