diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-13 13:01:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 13:01:02 +0200 |
commit | 6e909ff8b84c116cf13927d0ad528dbd46616174 (patch) | |
tree | ce1290850280b04778a21144205304ac4ab00c97 | |
parent | 36c8062400f4f24f819f8096c6ec3bb2d8ebb156 (diff) | |
parent | 41e70d4192281f87962c60942d11c351e78c4257 (diff) |
Merge pull request #12068 from BastiaanOlij/gdnative_move_docs
Move GDNative docs into gdnative folder
[ci skip]
-rw-r--r-- | modules/gdnative/config.py | 8 | ||||
-rw-r--r-- | modules/gdnative/doc_classes/GDNative.xml (renamed from doc/classes/GDNative.xml) | 0 | ||||
-rw-r--r-- | modules/gdnative/doc_classes/GDNativeClass.xml (renamed from doc/classes/GDNativeClass.xml) | 0 | ||||
-rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml (renamed from doc/classes/GDNativeLibrary.xml) | 0 | ||||
-rw-r--r-- | modules/gdnative/doc_classes/NativeScript.xml (renamed from doc/classes/NativeScript.xml) | 0 |
5 files changed, 6 insertions, 2 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 9f57b9bb74..c067477a1f 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -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"
\ No newline at end of file diff --git a/doc/classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index ba813c4564..ba813c4564 100644 --- a/doc/classes/GDNative.xml +++ b/modules/gdnative/doc_classes/GDNative.xml diff --git a/doc/classes/GDNativeClass.xml b/modules/gdnative/doc_classes/GDNativeClass.xml index 5a3f353720..5a3f353720 100644 --- a/doc/classes/GDNativeClass.xml +++ b/modules/gdnative/doc_classes/GDNativeClass.xml diff --git a/doc/classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 361c89e6b3..361c89e6b3 100644 --- a/doc/classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml diff --git a/doc/classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index b040cfd966..b040cfd966 100644 --- a/doc/classes/NativeScript.xml +++ b/modules/gdnative/doc_classes/NativeScript.xml |