aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-13 15:11:34 +0200
committerGitHub2017-10-13 15:11:34 +0200
commit6147c04ae2eace58b4283d2facd1b71ef557a12c (patch)
tree2a5d42b2997f7b10a6e1c8caf71363eb64a7961b /modules/gdnative/config.py
parent060c5c0e026364d5d8db43aea00fa3dd359a2237 (diff)
parent916ee427ff05594fd463fcfc9b6d8a47de50e57a (diff)
downloadgodot-master.tar.gz
godot-master.tar.zst
godot-master.zip
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index c067477a1..9ad1c8cf5 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -6,7 +6,7 @@ def configure(env):
env.use_ptrcall = True
def get_doc_classes():
- return ["GDNative", "GDNativeClass", "GDNativeLibrary", "NativeScript"]
+ return ["GDNative", "GDNativeLibrary", "NativeScript"]
def get_doc_path():
- return "doc_classes" \ No newline at end of file
+ return "doc_classes"