diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-22 06:08:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 06:08:07 +0200 |
commit | 6e773f71243e2a6505266be714f7d82b0ca9d289 (patch) | |
tree | 0cbe4a61cb8599d0c02ca1bb26142c12b89755f3 /doc/classes/EditorImportPlugin.xml | |
parent | 4ea2703eee414195c427cb4eb2708672679b8fe8 (diff) | |
parent | 6eac901ecbd6ed8f5dd511c5ea851d92629273cf (diff) |
Merge pull request #66232 from Evanaellio/fix-tool-annotation
Fix code examples for @tool annotation
Diffstat (limited to 'doc/classes/EditorImportPlugin.xml')
-rw-r--r-- | doc/classes/EditorImportPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorImportPlugin.xml b/doc/classes/EditorImportPlugin.xml index 86db626935..c395815117 100644 --- a/doc/classes/EditorImportPlugin.xml +++ b/doc/classes/EditorImportPlugin.xml @@ -9,7 +9,7 @@ Below is an example EditorImportPlugin that imports a [Mesh] from a file with the extension ".special" or ".spec": [codeblocks] [gdscript] - tool + @tool extends EditorImportPlugin func _get_importer_name(): |