Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities

Fix miscellaneous oddities around the class reference
This commit is contained in:
Thaddeus Crews 2024-11-12 09:27:47 -06:00
commit e66d9988a6
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
21 changed files with 45 additions and 36 deletions

View file

@ -278,7 +278,7 @@
<return type="void" />
<param index="0" name="num_nodes" type="int" />
<description>
Reserves space internally for [param num_nodes] points, useful if you're adding a known large number of points at once, such as points on a grid. New capacity must be greater or equals to old capacity.
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid. The new capacity must be greater or equal to the old capacity.
</description>
</method>
<method name="set_point_disabled">