1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

DocData: Skip language-specific ClassDoc without methods/constants

Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.

(cherry picked from commit ba0db95909)
This commit is contained in:
Rémi Verschelde
2020-06-17 15:06:13 +02:00
parent dc7f555783
commit bf913d6917
8 changed files with 16 additions and 48 deletions

View File

@@ -8,7 +8,6 @@ def configure(env):
def get_doc_classes():
return [
"@VisualScript",
"VisualScriptBasicTypeConstant",
"VisualScriptBuiltinFunc",
"VisualScriptClassConstant",