summaryrefslogtreecommitdiffstats
path: root/platform/android/doc_classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-07-06 10:08:05 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-07-06 10:08:21 +0200
commit81064cc239e04f653c807b44e720785387a734e0 (patch)
tree9a694282f0fe7b40572914aae73210584590f5c7 /platform/android/doc_classes
parentb7c2fd2e9a7f01644e15fef86083a3e0e0221e4d (diff)
downloadredot-engine-81064cc239e04f653c807b44e720785387a734e0.tar.gz
Doctool: Remove version attribute from XML header
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
Diffstat (limited to 'platform/android/doc_classes')
-rw-r--r--platform/android/doc_classes/EditorExportPlatformAndroid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
index 00c3f77aa0..6d3affed15 100644
--- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml
+++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="EditorExportPlatformAndroid" inherits="EditorExportPlatform" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+<class name="EditorExportPlatformAndroid" inherits="EditorExportPlatform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Exporter for Android.
</brief_description>