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,19 +21,19 @@ UPNP device. See :ref:`UPNP<class_UPNP>` for UPNP discovery and utility function
Properties
----------
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`description_url<class_UPNPDevice_property_description_url>` | "" |
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`igd_control_url<class_UPNPDevice_property_igd_control_url>` | "" |
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`igd_our_addr<class_UPNPDevice_property_igd_our_addr>` | "" |
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`igd_service_type<class_UPNPDevice_property_igd_service_type>` | "" |
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` | :ref:`igd_status<class_UPNPDevice_property_igd_status>` | 9 |
+---------------------------------------------+---------------------------------------------------------------------+----+
| :ref:`String<class_String>` | :ref:`service_type<class_UPNPDevice_property_service_type>` | "" |
+---------------------------------------------+---------------------------------------------------------------------+----+
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`description_url<class_UPNPDevice_property_description_url>` | ``""`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`igd_control_url<class_UPNPDevice_property_igd_control_url>` | ``""`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`igd_our_addr<class_UPNPDevice_property_igd_our_addr>` | ``""`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`igd_service_type<class_UPNPDevice_property_igd_service_type>` | ``""`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` | :ref:`igd_status<class_UPNPDevice_property_igd_status>` | ``9`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
| :ref:`String<class_String>` | :ref:`service_type<class_UPNPDevice_property_service_type>` | ``""`` |
+---------------------------------------------+---------------------------------------------------------------------+--------+
Methods
-------
@@ -103,7 +103,7 @@ Property Descriptions
- :ref:`String<class_String>` **description_url**
+-----------+----------------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+----------------------------+
| *Setter* | set_description_url(value) |
+-----------+----------------------------+
@@ -119,7 +119,7 @@ URL to the device description.
- :ref:`String<class_String>` **igd_control_url**
+-----------+----------------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+----------------------------+
| *Setter* | set_igd_control_url(value) |
+-----------+----------------------------+
@@ -135,7 +135,7 @@ IDG control URL.
- :ref:`String<class_String>` **igd_our_addr**
+-----------+-------------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+-------------------------+
| *Setter* | set_igd_our_addr(value) |
+-----------+-------------------------+
@@ -151,7 +151,7 @@ Address of the local machine in the network connecting it to this ``UPNPDevice``
- :ref:`String<class_String>` **igd_service_type**
+-----------+-----------------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+-----------------------------+
| *Setter* | set_igd_service_type(value) |
+-----------+-----------------------------+
@@ -167,7 +167,7 @@ IGD service type.
- :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>` **igd_status**
+-----------+-----------------------+
| *Default* | 9 |
| *Default* | ``9`` |
+-----------+-----------------------+
| *Setter* | set_igd_status(value) |
+-----------+-----------------------+
@@ -183,7 +183,7 @@ IGD status. See :ref:`IGDStatus<enum_UPNPDevice_IGDStatus>`.
- :ref:`String<class_String>` **service_type**
+-----------+-------------------------+
| *Default* | "" |
| *Default* | ``""`` |
+-----------+-------------------------+
| *Setter* | set_service_type(value) |
+-----------+-------------------------+