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
@@ -7,6 +7,12 @@
<tutorials>
</tutorials>
<methods>
<method name="set_as_mix">
<return type="void">
</return>
<description>
</description>
</method>
</methods>
<members>
<member name="alpha_blend_op" type="int" setter="set_alpha_blend_op" getter="get_alpha_blend_op" enum="RenderingDevice.BlendOperation" default="0">