Merge pull request #79092 from akien-mga/doctool-remove-version-attribute

Doctool: Remove version attribute from XML header
This commit is contained in:
Rémi Verschelde 2023-07-07 08:34:55 +02:00
commit 69dbbcc313
No known key found for this signature in database
GPG key ID: C3336907360768E1
887 changed files with 884 additions and 891 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="String" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<class name="String" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
A built-in type for strings.
</brief_description>