From c6cea6e9b372f403a5906813bf5db8583d747d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 12:38:01 +0200 Subject: doc: Add default values to all properties Thanks to @bojidar-bg's impressive work in #29380. --- modules/upnp/doc_classes/UPNP.xml | 6 +++--- modules/upnp/doc_classes/UPNPDevice.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/upnp') diff --git a/modules/upnp/doc_classes/UPNP.xml b/modules/upnp/doc_classes/UPNP.xml index d3eb21e159..aac0932995 100644 --- a/modules/upnp/doc_classes/UPNP.xml +++ b/modules/upnp/doc_classes/UPNP.xml @@ -134,13 +134,13 @@ - + If [code]true[/code], IPv6 is used for [UPNPDevice] discovery. - + If [code]0[/code], the local port to use for discovery is chosen automatically by the system. If [code]1[/code], discovery will be done from the source port 1900 (same as destination port). Otherwise, the value will be used as the port. - + Multicast interface to use for discovery. Uses the default multicast interface if empty. diff --git a/modules/upnp/doc_classes/UPNPDevice.xml b/modules/upnp/doc_classes/UPNPDevice.xml index 1d9a728365..4d3a0f4f1d 100644 --- a/modules/upnp/doc_classes/UPNPDevice.xml +++ b/modules/upnp/doc_classes/UPNPDevice.xml @@ -53,22 +53,22 @@ - + URL to the device description. - + IDG control URL. - + Address of the local machine in the network connecting it to this [UPNPDevice]. - + IGD service type. - + IGD status. See [enum IGDStatus]. - + Service type. -- cgit v1.2.3