classref: Sync with current source

Also fix hyperlink references to same class as per the guidelines.
[ci skip]
This commit is contained in:
Rémi Verschelde
2017-10-22 12:56:11 +02:00
parent 14b1741cbf
commit fc09e14366
75 changed files with 240 additions and 225 deletions

View File

@ -15,14 +15,14 @@
<return type="float">
</return>
<description>
Return the height of the [CapsuleShape2D].
Return the height of the [code]CapsuleShape2D[/code].
</description>
</method>
<method name="get_radius" qualifiers="const">
<return type="float">
</return>
<description>
Return the radius of the [CapsuleShape2D].
Return the radius of the [code]CapsuleShape2D[/code].
</description>
</method>
<method name="set_height">
@ -31,7 +31,7 @@
<argument index="0" name="height" type="float">
</argument>
<description>
Set the height of the [CapsuleShape2D].
Set the height of the [code]CapsuleShape2D[/code].
</description>
</method>
<method name="set_radius">
@ -40,7 +40,7 @@
<argument index="0" name="radius" type="float">
</argument>
<description>
Set the radius of the [CapsuleShape2D].
Set the radius of the [code]CapsuleShape2D[/code].
</description>
</method>
</methods>