summaryrefslogtreecommitdiff
path: root/modules/gdnative
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-18 18:04:29 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-18 20:07:26 +0200
commit0764451dc59690e158846b376f00eb8d889036f1 (patch)
treee025ed0112b168712bb0ba3f01d58430752225ba /modules/gdnative
parentc6507933a72f0f423ebe726bdd259b8d16d60c3c (diff)
doc: Improve docs for Resource* classes
Also move module-specific classes to their own module's `doc_classes` folder.
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/config.py1
-rw-r--r--modules/gdnative/doc_classes/@NativeScript.xml13
2 files changed, 14 insertions, 0 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index a8317fdc30..b9e5afcdf3 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -6,6 +6,7 @@ def configure(env):
def get_doc_classes():
return [
+ "@NativeScript",
"ARVRInterfaceGDNative",
"GDNative",
"GDNativeLibrary",
diff --git a/modules/gdnative/doc_classes/@NativeScript.xml b/modules/gdnative/doc_classes/@NativeScript.xml
new file mode 100644
index 0000000000..cb5de198ac
--- /dev/null
+++ b/modules/gdnative/doc_classes/@NativeScript.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="@NativeScript" category="Core" version="3.2">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <methods>
+ </methods>
+ <constants>
+ </constants>
+</class>