mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -28,9 +28,9 @@ Tutorials
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------+-----------------------------------------+----+
|
||||
| :ref:`String<class_String>` | :ref:`code<class_Shader_property_code>` | "" |
|
||||
+-----------------------------+-----------------------------------------+----+
|
||||
+-----------------------------+-----------------------------------------+--------+
|
||||
| :ref:`String<class_String>` | :ref:`code<class_Shader_property_code>` | ``""`` |
|
||||
+-----------------------------+-----------------------------------------+--------+
|
||||
|
||||
Methods
|
||||
-------
|
||||
@@ -72,7 +72,7 @@ Property Descriptions
|
||||
- :ref:`String<class_String>` **code**
|
||||
|
||||
+-----------+-----------------+
|
||||
| *Default* | "" |
|
||||
| *Default* | ``""`` |
|
||||
+-----------+-----------------+
|
||||
| *Setter* | set_code(value) |
|
||||
+-----------+-----------------+
|
||||
|
||||
Reference in New Issue
Block a user