From f65781fe7fa9a421a0ed39e8006f5e5247050758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 13 Mar 2020 17:16:44 +0100 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/BaseMaterial3D.xml | 2 +- doc/classes/ProjectSettings.xml | 8 ++++---- doc/classes/TextEdit.xml | 6 ++++++ doc/classes/VisualShader.xml | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/classes/BaseMaterial3D.xml b/doc/classes/BaseMaterial3D.xml index 8221398aa05..380e739f46a 100644 --- a/doc/classes/BaseMaterial3D.xml +++ b/doc/classes/BaseMaterial3D.xml @@ -67,7 +67,7 @@ - Sets the texture for the slot specified by [code]param[/code]. See [enum TextureParam] for available slots. + Sets the texture for the slot specified by [code]param[/code]. See [enum TextureParam] for available slots. diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index af594c36d14..76674dcef87 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -824,16 +824,16 @@ - + Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. - + Maximum number of errors allowed to be sent from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. - + Maximum amount of messages in the debugger queue. Over this value, content is dropped. This helps to limit the debugger memory usage. - + Maximum number of warnings allowed to be sent from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index d4eeb574ebb..b515b27b31c 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -502,6 +502,12 @@ + + + + + + Emitted when the text changes. diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml index 21a5c4f0360..40b0f524696 100644 --- a/doc/classes/VisualShader.xml +++ b/doc/classes/VisualShader.xml @@ -208,7 +208,7 @@ A fragment shader, operating on fragments (pixels). - A shader for light calculations. + A shader for light calculations. Represents the size of the [enum Type] enum.