summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorPlugin.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-11-08 14:42:42 +0100
committerYuri Sizov <yuris@humnom.net>2023-11-08 14:42:42 +0100
commitb04b54609206e6aa84d0c59f764f33570dfc62c1 (patch)
tree2609459b93a438ab99062afb7f68fd5cb97da9c0 /doc/classes/EditorPlugin.xml
parent3e7f638d7b574785f521beafaf52a6ad95be016f (diff)
downloadredot-engine-b04b54609206e6aa84d0c59f764f33570dfc62c1.tar.gz
Fix node names of submenu items across the editor
Also removes some programmer remarks and fixes some docs.
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r--doc/classes/EditorPlugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml
index 6f858942aa..50709f9ef5 100644
--- a/doc/classes/EditorPlugin.xml
+++ b/doc/classes/EditorPlugin.xml
@@ -541,7 +541,7 @@
<param index="0" name="name" type="String" />
<param index="1" name="submenu" type="PopupMenu" />
<description>
- Adds a custom [PopupMenu] submenu under [b]Project &gt; Tools &gt;[/b] [param name]. Use [code]remove_tool_menu_item(name)[/code] on plugin clean up to remove the menu.
+ Adds a custom [PopupMenu] submenu under [b]Project &gt; Tools &gt;[/b] [param name]. Use [method remove_tool_menu_item] on plugin clean up to remove the menu.
</description>
</method>
<method name="add_translation_parser_plugin">