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

@@ -18,11 +18,11 @@ TextureLayered
Properties
----------
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
| :ref:`Dictionary<class_Dictionary>` | :ref:`data<class_TextureLayered_property_data>` | {"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0} |
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`flags<class_TextureLayered_property_flags>` | 4 |
+-------------------------------------+---------------------------------------------------+----------------------------------------------------------------------------+
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
| :ref:`Dictionary<class_Dictionary>` | :ref:`data<class_TextureLayered_property_data>` | ``{"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0}`` |
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`flags<class_TextureLayered_property_flags>` | ``4`` |
+-------------------------------------+---------------------------------------------------+--------------------------------------------------------------------------------+
Methods
-------
@@ -75,9 +75,9 @@ Property Descriptions
- :ref:`Dictionary<class_Dictionary>` **data**
+-----------+----------------------------------------------------------------------------+
| *Default* | {"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0} |
+-----------+----------------------------------------------------------------------------+
+-----------+--------------------------------------------------------------------------------+
| *Default* | ``{"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0}`` |
+-----------+--------------------------------------------------------------------------------+
----
@@ -86,7 +86,7 @@ Property Descriptions
- :ref:`int<class_int>` **flags**
+-----------+------------------+
| *Default* | 4 |
| *Default* | ``4`` |
+-----------+------------------+
| *Setter* | set_flags(value) |
+-----------+------------------+