From 11e07d18bd80c0b7d8836698d98e058750e33660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 15 Nov 2017 20:35:18 +0100 Subject: doc: Sync classref with current source --- doc/classes/ArrayMesh.xml | 12 +++++ doc/classes/Engine.xml | 16 +++++++ doc/classes/ProjectSettings.xml | 16 ------- doc/classes/QuadMesh.xml | 18 ++++++++ doc/classes/ScriptEditor.xml | 34 ++++++++++++++ doc/classes/SpatialMaterial.xml | 20 ++++++++ doc/classes/VideoPlayer.xml | 16 +++++++ doc/classes/VisualServer.xml | 6 +++ modules/gdnative/doc_classes/GDNativeLibrary.xml | 54 +++++++++++++++++----- .../theora/doc_classes/ResourceImporterTheora.xml | 15 ++++++ modules/theora/doc_classes/VideoStreamTheora.xml | 33 +++++++++++++ modules/webm/doc_classes/ResourceImporterWebm.xml | 15 ++++++ modules/webm/doc_classes/VideoStreamWebm.xml | 33 +++++++++++++ 13 files changed, 261 insertions(+), 27 deletions(-) create mode 100644 modules/theora/doc_classes/ResourceImporterTheora.xml create mode 100644 modules/theora/doc_classes/VideoStreamTheora.xml create mode 100644 modules/webm/doc_classes/ResourceImporterWebm.xml create mode 100644 modules/webm/doc_classes/VideoStreamWebm.xml diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index ab150b5573..10456f805d 100644 --- a/doc/classes/ArrayMesh.xml +++ b/doc/classes/ArrayMesh.xml @@ -199,6 +199,18 @@ Set a [Material] for a given surface. Surface will be rendered using this material. + + + + + + + + + + + + diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 8fb18d5434..f43bbc2e9d 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -39,6 +39,14 @@ Returns the main loop object (see [MainLoop] and [SceneTree]). + + + + + + + + @@ -67,6 +75,14 @@ "string" - major + minor + patch + status + revision in a single String + + + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 523c45a92a..6f670ded64 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -59,14 +59,6 @@ - - - - - - - - @@ -85,14 +77,6 @@ Return true if a configuration value is present. - - - - - - - - diff --git a/doc/classes/QuadMesh.xml b/doc/classes/QuadMesh.xml index 3f3cefe925..807141a284 100644 --- a/doc/classes/QuadMesh.xml +++ b/doc/classes/QuadMesh.xml @@ -11,7 +11,25 @@ + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 4975d39865..7a95f1276e 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -9,6 +9,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -16,6 +40,16 @@ Returns a [Script] that is currently active in editor. + + + + + + + + + + diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml index b4d20d8ca2..9f8b563373 100644 --- a/doc/classes/SpatialMaterial.xml +++ b/doc/classes/SpatialMaterial.xml @@ -135,6 +135,12 @@ + + + + + + @@ -523,6 +529,14 @@ + + + + + + + + @@ -843,6 +857,8 @@ + + @@ -1113,5 +1129,9 @@ + + + + diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index c47a1b67b4..340b162727 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -25,6 +25,12 @@ Get the amount of milliseconds to store in buffer while playing. + + + + + + @@ -129,6 +135,14 @@ Set the amount of milliseconds to buffer during playback. + + + + + + + + @@ -196,6 +210,8 @@ + + diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index c8c94757b3..1030e4ecc0 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1791,6 +1791,12 @@ + + + + + + diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index dcb1fedb2e..e271665fd4 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -9,37 +9,51 @@ - + + + + + + + + + + + + + - + - - - + + + + + + + - + - - - + - + @@ -47,9 +61,27 @@ + + + + + + + + + + + + + + - + + + + + diff --git a/modules/theora/doc_classes/ResourceImporterTheora.xml b/modules/theora/doc_classes/ResourceImporterTheora.xml new file mode 100644 index 0000000000..497c938826 --- /dev/null +++ b/modules/theora/doc_classes/ResourceImporterTheora.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/theora/doc_classes/VideoStreamTheora.xml b/modules/theora/doc_classes/VideoStreamTheora.xml new file mode 100644 index 0000000000..8f155b786f --- /dev/null +++ b/modules/theora/doc_classes/VideoStreamTheora.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/webm/doc_classes/ResourceImporterWebm.xml b/modules/webm/doc_classes/ResourceImporterWebm.xml new file mode 100644 index 0000000000..dcba351e37 --- /dev/null +++ b/modules/webm/doc_classes/ResourceImporterWebm.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/webm/doc_classes/VideoStreamWebm.xml b/modules/webm/doc_classes/VideoStreamWebm.xml new file mode 100644 index 0000000000..9a430f6b0d --- /dev/null +++ b/modules/webm/doc_classes/VideoStreamWebm.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3