classref: Remove stray spaces in method signatures

This commit is contained in:
Rémi Verschelde
2017-10-21 14:03:27 +02:00
parent 4ce8307e42
commit f0bd3cc2c1
403 changed files with 18060 additions and 18060 deletions

View File

@@ -19,15 +19,15 @@ Groove constraint for 2D physics.
Member Functions
----------------
+----------------------------+------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_initial_offset<class_GrooveJoint2D_get_initial_offset>` **(** **)** const |
+----------------------------+------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_length<class_GrooveJoint2D_get_length>` **(** **)** const |
+----------------------------+------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_initial_offset<class_GrooveJoint2D_set_initial_offset>` **(** :ref:`float<class_float>` offset **)** |
+----------------------------+------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_length<class_GrooveJoint2D_set_length>` **(** :ref:`float<class_float>` length **)** |
+----------------------------+------------------------------------------------------------------------------------------------------------------+
+----------------------------+----------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_initial_offset<class_GrooveJoint2D_get_initial_offset>` **(** **)** const |
+----------------------------+----------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_length<class_GrooveJoint2D_get_length>` **(** **)** const |
+----------------------------+----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_initial_offset<class_GrooveJoint2D_set_initial_offset>` **(** :ref:`float<class_float>` offset **)** |
+----------------------------+----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_length<class_GrooveJoint2D_set_length>` **(** :ref:`float<class_float>` length **)** |
+----------------------------+----------------------------------------------------------------------------------------------------------------+
Member Variables
----------------
@@ -51,25 +51,25 @@ Member Function Description
.. _class_GrooveJoint2D_get_initial_offset:
- :ref:`float<class_float>` **get_initial_offset** **(** **)** const
- :ref:`float<class_float>` **get_initial_offset** **(** **)** const
Set the final offset of the groove on body A.
.. _class_GrooveJoint2D_get_length:
- :ref:`float<class_float>` **get_length** **(** **)** const
- :ref:`float<class_float>` **get_length** **(** **)** const
Return the length of the groove.
.. _class_GrooveJoint2D_set_initial_offset:
- void **set_initial_offset** **(** :ref:`float<class_float>` offset **)**
- void **set_initial_offset** **(** :ref:`float<class_float>` offset **)**
Set the initial offset of the groove on body A.
.. _class_GrooveJoint2D_set_length:
- void **set_length** **(** :ref:`float<class_float>` length **)**
- void **set_length** **(** :ref:`float<class_float>` length **)**
Set the length of the groove.