From 9eb93356086a67b84a79e3dbce9d53141f3df2a2 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Thu, 10 Jan 2019 14:34:15 +0100 Subject: doc: Sync classref with current source + AUTHORS edit --- modules/gdnative/config.py | 2 ++ .../ResourceFormatLoaderVideoStreamGDNative.xml | 15 +++++++++++ .../gdnative/doc_classes/VideoStreamGDNative.xml | 29 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml create mode 100644 modules/gdnative/doc_classes/VideoStreamGDNative.xml (limited to 'modules') diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 701a13d32f..a36e76287a 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -13,7 +13,9 @@ def get_doc_classes(): "NativeScript", "PacketPeerGDNative", "PluginScript", + "ResourceFormatLoaderVideoStreamGDNative", "StreamPeerGDNative", + "VideoStreamGDNative", ] def get_doc_path(): diff --git a/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml b/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml new file mode 100644 index 0000000000..61a7f60499 --- /dev/null +++ b/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml new file mode 100644 index 0000000000..20575c768b --- /dev/null +++ b/modules/gdnative/doc_classes/VideoStreamGDNative.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3