From 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Wed, 15 Nov 2017 18:37:54 +0100 Subject: doc: Remove revision.module_config from version string It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. --- doc/classes/ScriptEditor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/ScriptEditor.xml') diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index e93a0eda0..4975d3986 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -1,5 +1,5 @@ - + -- cgit v1.3.1 From 11e07d18bd80c0b7d8836698d98e058750e33660 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde 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 (limited to 'doc/classes/ScriptEditor.xml') diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml index ab150b557..10456f805 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 8fb18d543..f43bbc2e9 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 523c45a92..6f670ded6 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 3f3cefe92..807141a28 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 4975d3986..7a95f1276 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 b4d20d8ca..9f8b56337 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 c47a1b67b..340b16272 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 c8c94757b..1030e4ecc 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 dcb1fedb2..e271665fd 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 000000000..497c93882 --- /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 000000000..8f155b786 --- /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 000000000..dcba351e3 --- /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 000000000..9a430f6b0 --- /dev/null +++ b/modules/webm/doc_classes/VideoStreamWebm.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1