From b68dd2e1894450dd69ffddf05a45c40e6c01a36a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 14 Feb 2022 14:18:53 +0100 Subject: Add an XML schema for documentation This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. --- modules/mono/doc_classes/CSharpScript.xml | 2 +- modules/mono/doc_classes/GodotSharp.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mono/doc_classes') diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index 14c62b4bb0..f8293fb107 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 (Mono-enabled builds only). diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index a148072245..9de6b48e9e 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). -- cgit v1.2.3