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

@ -27,7 +27,7 @@
</description>
</method>
<method name="get_selected_nodes">
<return type="Array">
<return type="Node[]">
</return>
<description>
Gets the list of selected nodes.