From b7c2fd2e9a7f01644e15fef86083a3e0e0221e4d Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 5 Jul 2023 22:58:30 +0200 Subject: [PATCH] Bump version of module docs to 4.2 --- modules/mono/doc_classes/CSharpScript.xml | 2 +- modules/mono/doc_classes/GodotSharp.xml | 2 +- modules/text_server_fb/doc_classes/TextServerFallback.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index ab14c1381191..45938b5a0b45 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -1,5 +1,5 @@ - + A script implemented in the C# programming language, saved with the [code].cs[/code] extension (Mono-enabled builds only). diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 76eefc492575..1c3aee3df284 100644 --- a/modules/mono/doc_classes/GodotSharp.xml +++ b/modules/mono/doc_classes/GodotSharp.xml @@ -1,5 +1,5 @@ - + Bridge between Godot and the Mono runtime (Mono-enabled builds only). diff --git a/modules/text_server_fb/doc_classes/TextServerFallback.xml b/modules/text_server_fb/doc_classes/TextServerFallback.xml index ddd05fa445b6..21b7cda2cec5 100644 --- a/modules/text_server_fb/doc_classes/TextServerFallback.xml +++ b/modules/text_server_fb/doc_classes/TextServerFallback.xml @@ -1,5 +1,5 @@ - + A fallback implementation of Godot's text server, without support for BiDi and complex text layout.