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. --- doc/classes/TextureProgressBar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/TextureProgressBar.xml') diff --git a/doc/classes/TextureProgressBar.xml b/doc/classes/TextureProgressBar.xml index 25725d2f67..a97e3a0cdc 100644 --- a/doc/classes/TextureProgressBar.xml +++ b/doc/classes/TextureProgressBar.xml @@ -1,5 +1,5 @@ - + Texture-based progress bar. Useful for loading screens and life or stamina bars. -- cgit v1.2.3