diff options
| author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-05-29 17:08:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 17:08:40 +0200 |
| commit | 490a76edc85e59440c2d9d868a26fe634c061e7b (patch) | |
| tree | 5d9a043fac9e50003d997c6c24a41ff9dc35e91f /modules/gdscript/doc_classes/@GDScript.xml | |
| parent | a96d1bf4d4e81da7e11424e6b5b730e44cb67757 (diff) | |
| parent | 04562662d38a83e1ac1fde2af9572ca38147e772 (diff) | |
| download | redot-engine-490a76edc85e59440c2d9d868a26fe634c061e7b.tar.gz | |
Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'modules/gdscript/doc_classes/@GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index e3f5502391..a40afa702c 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="@GDScript" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> - Built-in GDScript functions. + Built-in GDScript constants, functions, and annotations. </brief_description> <description> A list of GDScript-specific utility functions and annotations accessible from any script. |
