Add keywords to improve search in the class reference

This commit is contained in:
Hugo Locurcio
2024-02-21 18:51:08 +01:00
parent 652438a395
commit f781571d07
83 changed files with 137 additions and 137 deletions

View File

@ -531,7 +531,7 @@
[/codeblock]
</description>
</method>
<method name="length" qualifiers="const">
<method name="length" qualifiers="const" keywords="size">
<return type="int" />
<description>
Returns the number of characters in the string. Empty strings ([code]""[/code]) always return [code]0[/code]. See also [method is_empty].