Use capitalized ID in the doc

This commit is contained in:
Haoyu Qiu
2022-12-08 09:40:49 +08:00
parent cf093f8e47
commit 80ccd46dcd
11 changed files with 17 additions and 17 deletions

View File

@ -206,7 +206,7 @@
<return type="int" />
<param index="0" name="index" type="int" />
<description>
Returns the id of the item at the given [param index]. [code]id[/code] can be manually assigned, while index can not.
Returns the ID of the item at the given [param index]. [code]id[/code] can be manually assigned, while index can not.
</description>
</method>
<method name="get_item_indent" qualifiers="const">