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/TileSet.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/TileSet.xml')
-rw-r--r-- | doc/classes/TileSet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 8c2a690ec9..37f4cc5c0b 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -168,7 +168,7 @@ <method name="get_next_source_id" qualifiers="const"> <return type="int" /> <description> - Returns a new unused source ID. This generated ID is the same that a call to [code]add_source[/code] would return. + Returns a new unused source ID. This generated ID is the same that a call to [method add_source] would return. </description> </method> <method name="get_occlusion_layer_light_mask" qualifiers="const"> |