Move GDNative docs into gdnative folder

This commit is contained in:
BastiaanOlij 2017-10-13 21:49:01 +11:00
parent e97ada6413
commit 41e70d4192
5 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,12 @@
def can_build(platform):
return True
def configure(env):
env.use_ptrcall = True
def get_doc_classes():
return ["GDNative", "GDNativeClass", "GDNativeLibrary", "NativeScript"]
def get_doc_path():
return "doc_classes"