From 6f81a15fc0064e9b5ef5f723821e5abc01f9b964 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 10 Mar 2024 10:10:02 +0100 Subject: [PATCH] Various doc fixes. --- doc/classes/@GlobalScope.xml | 3 +++ .../doc_classes/WebServerSimple.xml | 12 ++++++++++++ modules/web/doc_classes/ListWebPage.xml | 2 +- modules/web/doc_classes/WebServerRequest.xml | 16 +++++++++++++--- .../doc_classes/WebServerRequestScriptable.xml | 13 +++++++++++-- 5 files changed, 40 insertions(+), 6 deletions(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 8376a13ce6..87639d5c7d 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 4b687d7480..6aa6460a3c 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 41f1ec42d0..249760da71 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 f6f5ac4e7d..ef78c8f2c4 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. - - + + + + + Returns whether a file contained in the request has been moved 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. + 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 b1765b80b0..0fd03c4115 100644 --- a/modules/web/doc_classes/WebServerRequestScriptable.xml +++ b/modules/web/doc_classes/WebServerRequestScriptable.xml @@ -117,8 +117,17 @@ - - + + + + + + + + + + +