mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +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:
@@ -131,7 +131,7 @@
|
||||
<param index="6" name="post_b_t" type="float" />
|
||||
<description>
|
||||
Performs a cubic interpolation between this vector and [param b] using [param pre_a] and [param post_b] as handles, and returns the result at position [param weight]. [param weight] is on the range of 0.0 to 1.0, representing the amount of interpolation.
|
||||
It can perform smoother interpolation than [code]cubic_interpolate()[/code] by the time values.
|
||||
It can perform smoother interpolation than [method cubic_interpolate] by the time values.
|
||||
</description>
|
||||
</method>
|
||||
<method name="direction_to" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user