From de284f931d75d985a6cffc2da52614334512be76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 4 Sep 2020 10:43:11 +0200 Subject: doc: Sync classref with current source --- doc/classes/EditorFeatureProfile.xml | 10 +++++----- doc/classes/GPUParticles2D.xml | 2 +- doc/classes/GPUParticles3D.xml | 2 +- doc/classes/VisualShader.xml | 6 ++++-- 4 files changed, 11 insertions(+), 9 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorFeatureProfile.xml b/doc/classes/EditorFeatureProfile.xml index eb03d3010f..e05a685dd7 100644 --- a/doc/classes/EditorFeatureProfile.xml +++ b/doc/classes/EditorFeatureProfile.xml @@ -135,15 +135,15 @@ Scene tree editing. If this feature is disabled, the Scene tree dock will still be visible but will be read-only. - - The Import dock. If this feature is disabled, the Import dock won't be visible. - - + The Node dock. If this feature is disabled, signals and groups won't be visible and modifiable from the editor. - + The FileSystem dock. If this feature is disabled, the FileSystem dock won't be visible. + + The Import dock. If this feature is disabled, the Import dock won't be visible. + Represents the size of the [enum Feature] enum. diff --git a/doc/classes/GPUParticles2D.xml b/doc/classes/GPUParticles2D.xml index 5bed28aaf7..244bdcf2f3 100644 --- a/doc/classes/GPUParticles2D.xml +++ b/doc/classes/GPUParticles2D.xml @@ -33,7 +33,7 @@ Particle draw order. Uses [enum DrawOrder] values. - + If [code]true[/code], particles are being emitted. diff --git a/doc/classes/GPUParticles3D.xml b/doc/classes/GPUParticles3D.xml index 3e17963407..3fc9e73ccf 100644 --- a/doc/classes/GPUParticles3D.xml +++ b/doc/classes/GPUParticles3D.xml @@ -68,7 +68,7 @@ The number of draw passes when rendering particles. - + If [code]true[/code], particles are being emitted. diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml index 40b0f52469..12954beb43 100644 --- a/doc/classes/VisualShader.xml +++ b/doc/classes/VisualShader.xml @@ -193,7 +193,6 @@ - The offset vector of the whole graph. @@ -210,7 +209,10 @@ A shader for light calculations. - + + A compute shader, to use the GPU for abstract computation. + + Represents the size of the [enum Type] enum. -- cgit v1.2.3