Validate code tags in documentation for potential params
Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<param index="0" name="image" type="Image" />
|
||||
<param index="1" name="layer" type="int" />
|
||||
<description>
|
||||
Replaces the existing [Image] data at the given [code]layer[/code] with this new image.
|
||||
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user