Merge pull request #12068 from BastiaanOlij/gdnative_move_docs

Move GDNative docs into gdnative folder

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-13 13:01:02 +02:00 committed by GitHub
commit 6e909ff8b8
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"