doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 12:04:26 +02:00
parent c08877777d
commit 266dc732ba
5 changed files with 23 additions and 56 deletions

View File

@@ -99,7 +99,7 @@
<member name="width" type="float" setter="set_width" getter="get_width" default="10.0">
The line's width.
</member>
<member name="width_curve" type="Curve" setter="set_curve" getter="get_curve">
<member name="width_curve" type="Curve" setter="set_curve" getter="get_curve" default="null">
The line's width varies with the curve. The original width is simply multiply by the value of the Curve.
</member>
</members>