diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-15 13:14:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-15 13:14:58 +0100 |
| commit | 78a767edb38134bcfaa9df793214af9756c097c0 (patch) | |
| tree | 901c660504b60a7cde62463afe36291652db2001 /modules/text_server_fb/doc_classes/TextServerFallback.xml | |
| parent | efb179c3074feab6f7d8de61e92d2a83da9d789e (diff) | |
| parent | b68dd2e1894450dd69ffddf05a45c40e6c01a36a (diff) | |
Merge pull request #35679 from Calinou/doc-add-xml-schema
Diffstat (limited to 'modules/text_server_fb/doc_classes/TextServerFallback.xml')
| -rw-r--r-- | modules/text_server_fb/doc_classes/TextServerFallback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_fb/doc_classes/TextServerFallback.xml b/modules/text_server_fb/doc_classes/TextServerFallback.xml index 8aadf2b882..76194a7bda 100644 --- a/modules/text_server_fb/doc_classes/TextServerFallback.xml +++ b/modules/text_server_fb/doc_classes/TextServerFallback.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="TextServerFallback" inherits="TextServer" version="4.0"> +<class name="TextServerFallback" inherits="TextServer" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> Fallback implementation of the Text Server, without BiDi and complex text layout support. </brief_description> |