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:
@@ -255,7 +255,7 @@
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="cache_index" type="int" />
|
||||
<description>
|
||||
Returns list of the font sizes in the cache. Each size is [code]Vector2i[/code] with font size and outline size.
|
||||
Returns list of the font sizes in the cache. Each size is [Vector2i] with font size and outline size.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_texture_count" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user