Remove redundant info on the enum types used

This commit is contained in:
Haoyu Qiu
2025-05-08 11:56:10 +08:00
parent 1b37dacc18
commit 1e82bafa3a
144 changed files with 359 additions and 361 deletions

View File

@ -13,7 +13,7 @@
<return type="float" />
<param index="0" name="param" type="int" enum="SliderJoint3D.Param" />
<description>
Returns the value of the given parameter (see [enum Param] constants).
Returns the value of the given parameter.
</description>
</method>
<method name="set_param">
@ -21,7 +21,7 @@
<param index="0" name="param" type="int" enum="SliderJoint3D.Param" />
<param index="1" name="value" type="float" />
<description>
Assigns [param value] to the given parameter (see [enum Param] constants).
Assigns [param value] to the given parameter.
</description>
</method>
</methods>