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:
parent
a2f90d565a
commit
cc0eebd9d8
89 changed files with 514 additions and 359 deletions
|
|
@ -191,7 +191,7 @@
|
|||
<param index="6" name="post_b_t" type="float" />
|
||||
<description>
|
||||
Performs a spherical cubic interpolation between quaternions [param pre_a], this vector, [param b], and [param post_b], by the given amount [param weight].
|
||||
It can perform smoother interpolation than [code]spherical_cubic_interpolate()[/code] by the time values.
|
||||
It can perform smoother interpolation than [method spherical_cubic_interpolate] by the time values.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue