Move GDNative docs into gdnative folder
This commit is contained in:
parent
e97ada6413
commit
41e70d4192
5 changed files with 6 additions and 2 deletions
|
@ -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"
|
Loading…
Reference in a new issue