diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-17 15:52:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 15:52:15 +0200 |
commit | 84e7552f83d8fb71a0fabb6bf6709f42401605d4 (patch) | |
tree | 9dec7b587da17d2beac94d8003a7874d7165e9dc /modules/gdnative/config.py | |
parent | 7cde0e4ab99e879428af38fd3f005524920c2ed4 (diff) | |
parent | ba0db95909a232e3f4d694294f077c9460ef00ce (diff) |
Merge pull request #39622 from akien-mga/docdata-skip-empty-scripting-langs-builtins
DocData: Skip language-specific ClassDoc without methods/constants
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r-- | modules/gdnative/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 4b997e4bfe..7603e7d69d 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -8,7 +8,6 @@ def configure(env): def get_doc_classes(): return [ - "@NativeScript", "XRInterfaceGDNative", "GDNative", "GDNativeLibrary", |