Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-01-07 10:08:00 +01:00
parent 756bef81e1
commit 4f5d503b25
61 changed files with 632 additions and 301 deletions

View File

@@ -150,7 +150,7 @@ Returns a copy of the ``Rect2`` grown a given amount of units towards each direc
- :ref:`Rect2<class_Rect2>` **grow_margin** **(** :ref:`int<class_int>` margin, :ref:`float<class_float>` by **)**
Returns a copy of the ``Rect2`` grown a given amount of units towards the Margin direction.
Returns a copy of the ``Rect2`` grown a given amount of units towards the :ref:`Margin<enum_@GlobalScope_Margin>` direction.
.. _class_Rect2_has_no_area: