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

@@ -29,9 +29,9 @@ none
Properties
----------
+-----------------------------+------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`var_name<class_VisualScriptVariableGet_property_var_name>` | "" |
+-----------------------------+------------------------------------------------------------------+----+
+-----------------------------+------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`var_name<class_VisualScriptVariableGet_property_var_name>` | ``""`` |
+-----------------------------+------------------------------------------------------------------+--------+
Property Descriptions
---------------------
@@ -41,7 +41,7 @@ Property Descriptions
- :ref:`String<class_String>` **var_name**
+-----------+---------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+---------------------+
| *Setter* | set_variable(value) |
+-----------+---------------------+