Merge pull request #12068 from BastiaanOlij/gdnative_move_docs
Move GDNative docs into gdnative folder [ci skip]
This commit is contained in:
commit
6e909ff8b8
@ -1,8 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
def can_build(platform):
|
def can_build(platform):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def configure(env):
|
def configure(env):
|
||||||
env.use_ptrcall = True
|
env.use_ptrcall = True
|
||||||
|
|
||||||
|
def get_doc_classes():
|
||||||
|
return ["GDNative", "GDNativeClass", "GDNativeLibrary", "NativeScript"]
|
||||||
|
|
||||||
|
def get_doc_path():
|
||||||
|
return "doc_classes"
|
Loading…
Reference in New Issue
Block a user