classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-09-02 17:15:33 +02:00
parent e27f0c3cb8
commit 40cb5153bd
203 changed files with 6302 additions and 5188 deletions
+4 -4
View File
@@ -18,9 +18,9 @@ Holds an :ref:`Object<class_object>`, but does not contribute to the reference c
Member Functions
----------------
+------------------------------+----------------------------------------------------------+
| :ref:`Object<class_object>` | :ref:`get_ref<class_WeakRef_get_ref>` **(** **)** const |
+------------------------------+----------------------------------------------------------+
+--------------------------------+----------------------------------------------------------+
| :ref:`Variant<class_variant>` | :ref:`get_ref<class_WeakRef_get_ref>` **(** **)** const |
+--------------------------------+----------------------------------------------------------+
Description
-----------
@@ -32,7 +32,7 @@ Member Function Description
.. _class_WeakRef_get_ref:
- :ref:`Object<class_object>` **get_ref** **(** **)** const
- :ref:`Variant<class_variant>` **get_ref** **(** **)** const
Returns the :ref:`Object<class_object>` this weakref is referring to.