From 343dcd9029d87002e7e0888913ff0caabc01a5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 5 Jul 2019 10:28:59 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/EditorSettings.xml | 4 ++++ doc/classes/String.xml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 3719ad67de2..83e3729391a 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -176,9 +176,13 @@ + Emitted when editor settings change. + + Emitted when editor settings change. It used by various editor plugins to update their visuals on theme changes or logic on configuration changes. + diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 2b16bd2b334..1934c5af9a4 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -696,6 +696,20 @@ Returns a copy of the string with characters removed from the right. + + + + + Returns the SHA-1 hash of the string as an array of bytes. + + + + + + + Returns the SHA-1 hash of the string as a string. + +