classref: Add support for [member] and [signal] tags

Part of #11137.
This commit is contained in:
Rémi Verschelde
2017-10-21 13:55:57 +02:00
parent b5f08bfa22
commit 4ce8307e42
286 changed files with 4978 additions and 78 deletions

View File

@@ -40,11 +40,23 @@ Member Functions
Member Variables
----------------
.. _class_CapsuleMesh_mid_height:
- :ref:`float<class_float>` **mid_height** - Height of the capsule mesh from the center point. Defaults to 1.0.
.. _class_CapsuleMesh_radial_segments:
- :ref:`int<class_int>` **radial_segments** - Number of radial segments on the capsule mesh. Defaults to 64.
.. _class_CapsuleMesh_radius:
- :ref:`float<class_float>` **radius** - Radius of the capsule mesh. Defaults to 1.0.
.. _class_CapsuleMesh_rings:
- :ref:`int<class_int>` **rings** - Number of rings along the height of the capsule. Defaults to 8.
Description
-----------