mirror of
https://github.com/godotengine/godot.git
synced 2024-11-30 16:12:46 +00:00
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):
|
||||
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 New Issue
Block a user