DocData: Skip language-specific ClassDoc without methods/constants

Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.
This commit is contained in:
Rémi Verschelde
2020-06-17 15:06:13 +02:00
parent 7cde0e4ab9
commit ba0db95909
11 changed files with 30 additions and 76 deletions

View File

@ -57,7 +57,6 @@ def configure(env):
def get_doc_classes():
return [
"@C#",
"CSharpScript",
"GodotSharp",
]