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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index 37e25a46d4..7603e7d69d 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -8,8 +8,7 @@ def configure(env):
def get_doc_classes():
return [
- "@NativeScript",
- "ARVRInterfaceGDNative",
+ "XRInterfaceGDNative",
"GDNative",
"GDNativeLibrary",
"MultiplayerPeerGDNative",