doc: Remove null default values that can't be determined

Applying #30187.
This commit is contained in:
Rémi Verschelde
2019-06-29 21:22:15 +02:00
parent b9aa13e591
commit a78373ddc2
53 changed files with 246 additions and 309 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
<member name="blocking_mode_enabled" type="bool" setter="set_blocking_mode" getter="is_blocking_mode_enabled" default="false">
If [code]true[/code], execution will block until all data is read from the response.
</member>
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection" default="null">
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection">
The connection to use for this client.
</member>
</members>