classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-01 16:35:13 +01:00
parent dd764520c6
commit 551ab512ca
419 changed files with 12867 additions and 9872 deletions

View File

@@ -264,7 +264,7 @@ Returns the color for a member keyword.
- :ref:`bool<class_bool>` **has_color_region** **(** :ref:`String<class_String>` start_key **)** |const|
Return ``true`` if the start key exists, else ``false``.
Returns ``true`` if the start key exists, else ``false``.
----
@@ -272,7 +272,7 @@ Return ``true`` if the start key exists, else ``false``.
- :ref:`bool<class_bool>` **has_keyword_color** **(** :ref:`String<class_String>` keyword **)** |const|
Return ``true`` if the keyword exists, else ``false``.
Returns ``true`` if the keyword exists, else ``false``.
----
@@ -280,7 +280,7 @@ Return ``true`` if the keyword exists, else ``false``.
- :ref:`bool<class_bool>` **has_member_keyword_color** **(** :ref:`String<class_String>` member_keyword **)** |const|
Return ``true`` if the member keyword exists, else ``false``.
Returns ``true`` if the member keyword exists, else ``false``.
----