diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml index 8b764e02e0..eb23b38753 100644 --- a/doc/classes/Basis.xml +++ b/doc/classes/Basis.xml @@ -221,27 +221,18 @@ - - - - - + Creates a Basis with a rotation such that the forward axis (-Z) points towards the [param target] position. The up axis (+Y) points as close to the [param up] vector as possible while staying perpendicular to the forward axis. The resulting Basis is orthonormalized. The [param target] and [param up] vectors cannot be zero, and cannot be parallel to each other. - - - - + - Sets this Basis with a rotation such that the forward axis (-Z) points towards the [param target] position. - The up axis (+Y) points as close to the [param up] vector as possible while staying perpendicular to the forward axis. The resulting Basis is orthonormalized. The [param target] and [param up] vectors cannot be zero, and cannot be parallel to each other. @@ -413,6 +404,15 @@ + + + + + + Sets this Basis with a rotation such that the forward axis (-Z) points towards the [param target] position. + The up axis (+Y) points as close to the [param up] vector as possible while staying perpendicular to the forward axis. The resulting Basis is orthonormalized. The [param target] and [param up] vectors cannot be zero, and cannot be parallel to each other. + + diff --git a/doc/classes/EditorImportPlugin.xml b/doc/classes/EditorImportPlugin.xml index 4cd896115d..34437305db 100644 --- a/doc/classes/EditorImportPlugin.xml +++ b/doc/classes/EditorImportPlugin.xml @@ -143,6 +143,11 @@ This method must be overridden to do the actual importing work. See this class' description for an example of overriding this method. + + + + + diff --git a/doc/classes/LoggerBackend.xml b/doc/classes/LoggerBackend.xml index 773b3fb0d3..9d025eece8 100644 --- a/doc/classes/LoggerBackend.xml +++ b/doc/classes/LoggerBackend.xml @@ -7,12 +7,26 @@ + + + + + + + + + + + + + + @@ -31,12 +45,26 @@ + + + + + + + + + + + + + + diff --git a/doc/classes/PLogger.xml b/doc/classes/PLogger.xml index c61641a499..6c43f68f90 100644 --- a/doc/classes/PLogger.xml +++ b/doc/classes/PLogger.xml @@ -7,12 +7,26 @@ + + + + + + + + + + + + + + @@ -47,7 +61,9 @@ - + + + diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 182cd78d93..e2bdc47c18 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -125,7 +125,7 @@ - + Rotates the node so that the local forward axis (-Z, [constant Vector3.FORWARD]) points toward the [code]target[/code] position. If the [param use_model_front] options is specified, then the model is oriented in reverse, towards the model front axis (+Z, [constant Vector3.MODEL_FRONT]), which is more useful for orienting 3D models. @@ -138,7 +138,7 @@ - + Moves the node to the specified [code]position[/code], and then rotates itself to point toward the [code]target[/code] as per [method look_at]. Operations take place in global space. diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index b5653739af..a5b0d8d177 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -211,6 +211,7 @@ + diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index c7c43145f9..5dceda0a2b 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -394,22 +394,22 @@ Back unit vector. Represents the local direction of back, and the global direction of south. - + Unit vector pointing towards the left side of imported 3D assets. - + Unit vector pointing towards the right side of imported 3D assets. - + Unit vector pointing towards the top side (up) of imported 3D assets. - + Unit vector pointing towards the bottom side (down) of imported 3D assets. - + Unit vector pointing towards the front side (facing forward) of imported 3D assets. - + Unit vector pointing towards the rear side (back) of imported 3D assets. diff --git a/modules/users/doc_classes/UserDB.xml b/modules/users/doc_classes/UserDB.xml index 9e719c4950..929c957155 100644 --- a/modules/users/doc_classes/UserDB.xml +++ b/modules/users/doc_classes/UserDB.xml @@ -12,6 +12,11 @@ + + + + + diff --git a/modules/users/doc_classes/UserManager.xml b/modules/users/doc_classes/UserManager.xml index 8c928c744e..6614f30cb7 100644 --- a/modules/users/doc_classes/UserManager.xml +++ b/modules/users/doc_classes/UserManager.xml @@ -12,6 +12,11 @@ + + + + + @@ -53,6 +58,11 @@ + + + + + diff --git a/modules/web/doc_classes/HTMLTemplateMultilang.xml b/modules/web/doc_classes/HTMLTemplateMultilang.xml new file mode 100644 index 0000000000..4dfd17a8b9 --- /dev/null +++ b/modules/web/doc_classes/HTMLTemplateMultilang.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/web/doc_classes/LocaleSetupWebServerMiddleware.xml b/modules/web/doc_classes/LocaleSetupWebServerMiddleware.xml new file mode 100644 index 0000000000..d9d2b32fdd --- /dev/null +++ b/modules/web/doc_classes/LocaleSetupWebServerMiddleware.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/web/doc_classes/WebServerRequest.xml b/modules/web/doc_classes/WebServerRequest.xml index bf23110730..97c5007cf1 100644 --- a/modules/web/doc_classes/WebServerRequest.xml +++ b/modules/web/doc_classes/WebServerRequest.xml @@ -36,6 +36,11 @@ Returns true if the active [WebPermission] has view permission for this session. It you don't have a [WebPermission] set, all perissions are enabled for every user. + + + + + @@ -172,6 +177,11 @@ Returns the host which was present in the request header. + + + + + @@ -316,6 +326,11 @@ Returns whether the active session has a csrf token or not. + + + + + @@ -323,6 +338,11 @@ Returns whether a file contained in the request has been moved or not. + + + + + @@ -384,6 +404,11 @@ Helper method that adds a [WebServerCookie], which will ask client to delete the cookie denoted by [code]key[/code] after being sent. + + + + + @@ -433,6 +458,12 @@ + + + + + +