mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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:
@@ -80,7 +80,7 @@
|
||||
<return type="bool" />
|
||||
<param index="0" name="xform" type="Transform3D" />
|
||||
<description>
|
||||
Returns [code]true[/code] if this transform and [param xform] are approximately equal, by calling [code]is_equal_approx[/code] on each component.
|
||||
Returns [code]true[/code] if this transform and [param xform] are approximately equal, by running [method @GlobalScope.is_equal_approx] on each component.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_finite" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user