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:
@ -23,7 +23,7 @@
|
||||
<param index="1" name="layer" type="int" />
|
||||
<description>
|
||||
Replaces the existing [Image] data at the given [param layer] with this new image.
|
||||
The given [Image] must have the same width, height, image format and mipmapping setting (a [code]bool[/code] value) as the rest of the referenced images.
|
||||
The given [Image] must have the same width, height, image format, and mipmapping flag as the rest of the referenced images.
|
||||
If the image format is unsupported, it will be decompressed and converted to a similar and supported [enum Image.Format].
|
||||
The update is immediate: it's synchronized with drawing.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user