diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-10-02 20:11:43 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-10-03 15:48:31 +0200 |
commit | cc0eebd9d8a42f3e57d4633c4388faa6d369d2c8 (patch) | |
tree | e539714cf844f473b5417ee388f9eeab113a863c /doc/classes/MenuButton.xml | |
parent | a2f90d565ad29edcb3bdab77bc7df51cdde8514a (diff) | |
download | redot-engine-cc0eebd9d8a42f3e57d4633c4388faa6d369d2c8.tar.gz |
Validate `code` tags for class and member references
This commit also adds means to manually disable warnings
in `code` tags where it's a false positive with the new
`skip-lint` attribute.
Warnings are now enabled on CI to prevent future errors.
Diffstat (limited to 'doc/classes/MenuButton.xml')
-rw-r--r-- | doc/classes/MenuButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index 6aa17c1e16..16b3772fa9 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -39,7 +39,7 @@ The number of items currently in the list. </member> <member name="switch_on_hover" type="bool" setter="set_switch_on_hover" getter="is_switch_on_hover" default="false"> - If [code]true[/code], when the cursor hovers above another [MenuButton] within the same parent which also has [code]switch_on_hover[/code] enabled, it will close the current [MenuButton] and open the other one. + If [code]true[/code], when the cursor hovers above another [MenuButton] within the same parent which also has [member switch_on_hover] enabled, it will close the current [MenuButton] and open the other one. </member> <member name="toggle_mode" type="bool" setter="set_toggle_mode" getter="is_toggle_mode" overrides="BaseButton" default="true" /> </members> |