From 268b5207035465d07c11d3e85851d13fef7ed107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Apr 2019 11:21:09 +0200 Subject: doc: Sync classref with current source --- doc/classes/AudioEffectSpectrumAnalyzer.xml | 12 +++ doc/classes/Input.xml | 6 ++ doc/classes/ProjectSettings.xml | 2 + doc/classes/Slider.xml | 8 +- editor/doc/doc_data.cpp | 3 +- modules/gdnative/config.py | 1 + .../gdnative/doc_classes/WebRTCPeerGDNative.xml | 13 +++ modules/webrtc/doc_classes/WebRTCPeer.xml | 109 +++++++++++++++++++++ 8 files changed, 148 insertions(+), 6 deletions(-) create mode 100644 modules/gdnative/doc_classes/WebRTCPeerGDNative.xml create mode 100644 modules/webrtc/doc_classes/WebRTCPeer.xml diff --git a/doc/classes/AudioEffectSpectrumAnalyzer.xml b/doc/classes/AudioEffectSpectrumAnalyzer.xml index a00c0364e3..8a71991437 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzer.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzer.xml @@ -17,5 +17,17 @@ + + + + + + + + + + + + diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index eb8db61928..4aff5dd62b 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -66,6 +66,12 @@ Returns an [Array] containing the device IDs of all currently connected joypads. + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 5c32a9c28e..a1558c186b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -268,6 +268,8 @@ + + diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml index 6b97d0c721..8fdf2bc848 100644 --- a/doc/classes/Slider.xml +++ b/doc/classes/Slider.xml @@ -12,18 +12,18 @@ - If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. + If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code. - If [code]true[/code], the value can be changed using the mouse wheel. + If [code]true[/code], the value can be changed using the mouse wheel. - Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. + Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers. - If [code]true[/code], the slider will display ticks for minimum and maximum values. + If [code]true[/code], the slider will display ticks for minimum and maximum values. diff --git a/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp index 4236d5fe0b..c2a492bc9a 100644 --- a/editor/doc/doc_data.cpp +++ b/editor/doc/doc_data.cpp @@ -982,8 +982,7 @@ Error DocData::save_classes(const String &p_default_path, const Map"); diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index a36e76287a..fde7f1a6e0 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -16,6 +16,7 @@ def get_doc_classes(): "ResourceFormatLoaderVideoStreamGDNative", "StreamPeerGDNative", "VideoStreamGDNative", + "WebRTCPeerGDNative", ] def get_doc_path(): diff --git a/modules/gdnative/doc_classes/WebRTCPeerGDNative.xml b/modules/gdnative/doc_classes/WebRTCPeerGDNative.xml new file mode 100644 index 0000000000..478889e031 --- /dev/null +++ b/modules/gdnative/doc_classes/WebRTCPeerGDNative.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/modules/webrtc/doc_classes/WebRTCPeer.xml b/modules/webrtc/doc_classes/WebRTCPeer.xml new file mode 100644 index 0000000000..18d1345623 --- /dev/null +++ b/modules/webrtc/doc_classes/WebRTCPeer.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3