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.
This commit is contained in:
@@ -458,7 +458,7 @@
|
||||
<param index="1" name="column" type="int" />
|
||||
<param index="2" name="selected" type="bool" />
|
||||
<description>
|
||||
Emitted instead of [code]item_selected[/code] if [code]select_mode[/code] is [constant SELECT_MULTI].
|
||||
Emitted instead of [signal item_selected] if [member select_mode] is set to [constant SELECT_MULTI].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="nothing_selected">
|
||||
|
||||
Reference in New Issue
Block a user