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

@@ -32,9 +32,15 @@ Member Functions
Member Variables
----------------
.. _class_VisualScriptConstant_type:
- :ref:`int<class_int>` **type** - The constant's type.
.. _class_VisualScriptConstant_value:
- :ref:`Variant<class_variant>` **value** - The constant's value.
Description
-----------