summaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index 701a13d32f..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",
@@ -14,6 +15,9 @@ def get_doc_classes():
"PacketPeerGDNative",
"PluginScript",
"StreamPeerGDNative",
+ "VideoStreamGDNative",
+ "WebRTCPeerConnectionGDNative",
+ "WebRTCDataChannelGDNative",
]
def get_doc_path():