classref: Fix links case and sync headers with editor

Output from godotengine/godot#22002.
This commit is contained in:
Rémi Verschelde
2018-09-13 01:56:41 +02:00
parent 942b6d3ac1
commit f9caa4be29
579 changed files with 16363 additions and 16329 deletions

View File

@@ -7,8 +7,7 @@
GrooveJoint2D
=============
**Inherits:** :ref:`Joint2D<class_joint2d>` **<** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Inherits:** :ref:`Joint2D<class_Joint2D>` **<** :ref:`Node2D<class_Node2D>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
**Category:** Core
Brief Description
@@ -16,8 +15,13 @@ Brief Description
Groove constraint for 2D physics.
Member Variables
----------------
Description
-----------
Groove constraint for 2D physics. This is useful for making a body "slide" through a segment placed in another.
Property Descriptions
---------------------
.. _class_GrooveJoint2D_initial_offset:
@@ -28,8 +32,3 @@ Member Variables
- :ref:`float<class_float>` **length** - The groove's length. The groove is from the joint's origin towards :ref:`length<class_GrooveJoint2D_length>` along the joint's local y axis. Default value: ``50``
Description
-----------
Groove constraint for 2D physics. This is useful for making a body "slide" through a segment placed in another.