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

@@ -35,7 +35,7 @@
<return type="int" enum="ClassDB.APIType" />
<param index="0" name="class" type="StringName" />
<description>
Returns the API type of [param class]. See [enum APIType].
Returns the API type of the specified [param class].
</description>
</method>
<method name="class_get_enum_constants" qualifiers="const">