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:
parent
58cbec8db3
commit
d567c15aed
17 changed files with 51 additions and 75 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue