classref: Use code markup for default values/overrides

Sync with godotengine/godot#35357.
Fixes #3071.
This commit is contained in:
Rémi Verschelde
2020-01-20 12:41:27 +01:00
parent 0ac1767a3f
commit 782dd64a19
410 changed files with 9572 additions and 9572 deletions

View File

@@ -21,11 +21,11 @@ A Visual Script node representing a constant from base types, such as :ref:`Vect
Properties
----------
+-----------------------------------------------------+----------------------------------------------------------------------------+---+
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptBasicTypeConstant_property_basic_type>` | 0 |
+-----------------------------------------------------+----------------------------------------------------------------------------+---+
| :ref:`String<class_String>` | :ref:`constant<class_VisualScriptBasicTypeConstant_property_constant>` | |
+-----------------------------------------------------+----------------------------------------------------------------------------+---+
+-----------------------------------------------------+----------------------------------------------------------------------------+-------+
| :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptBasicTypeConstant_property_basic_type>` | ``0`` |
+-----------------------------------------------------+----------------------------------------------------------------------------+-------+
| :ref:`String<class_String>` | :ref:`constant<class_VisualScriptBasicTypeConstant_property_constant>` | |
+-----------------------------------------------------+----------------------------------------------------------------------------+-------+
Property Descriptions
---------------------
@@ -35,7 +35,7 @@ Property Descriptions
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
+-----------+-----------------------+
| *Default* | 0 |
| *Default* | ``0`` |
+-----------+-----------------------+
| *Setter* | set_basic_type(value) |
+-----------+-----------------------+