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,10 +40,14 @@ Member Functions
Signals
-------
.. _class_ARVRController_button_pressed:
- **button_pressed** **(** :ref:`int<class_int>` button **)**
When a button on this controller is pressed, this signal is given.
.. _class_ARVRController_button_release:
- **button_release** **(** :ref:`int<class_int>` button **)**
When a button on this controller is released, this signal is given.
@@ -52,8 +56,11 @@ When a button on this controller is released, this signal is given.
Member Variables
----------------
.. _class_ARVRController_controller_id:
- :ref:`int<class_int>` **controller_id**
Description
-----------