summaryrefslogtreecommitdiff
path: root/modules/gdnative/doc_classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-06-17 15:06:13 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-06-17 15:09:07 +0200
commitba0db95909a232e3f4d694294f077c9460ef00ce (patch)
tree9dec7b587da17d2beac94d8003a7874d7165e9dc /modules/gdnative/doc_classes
parent7cde0e4ab99e879428af38fd3f005524920c2ed4 (diff)
DocData: Skip language-specific ClassDoc without methods/constants
Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.
Diffstat (limited to 'modules/gdnative/doc_classes')
-rw-r--r--modules/gdnative/doc_classes/@NativeScript.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/gdnative/doc_classes/@NativeScript.xml b/modules/gdnative/doc_classes/@NativeScript.xml
deleted file mode 100644
index 809b225e21..0000000000
--- a/modules/gdnative/doc_classes/@NativeScript.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="@NativeScript" version="4.0">
- <brief_description>
- </brief_description>
- <description>
- </description>
- <tutorials>
- </tutorials>
- <methods>
- </methods>
- <constants>
- </constants>
-</class>