doc: Fix parsing typed arrays in makerst.py

`Type[]` typed arrays will link to `Type`, as it's likely the most
interesting information for the user.

And sync classref with current source.
This commit is contained in:
Rémi Verschelde
2020-04-24 17:43:10 +02:00
parent 58cbec8db3
commit d567c15aed
17 changed files with 51 additions and 75 deletions

View File

@@ -20,7 +20,7 @@
</description>
</method>
<method name="get_collision_exceptions">
<return type="Array">
<return type="PhysicsBody3D[]">
</return>
<description>
Returns an array of nodes that were added as collision exceptions for this body.