summaryrefslogtreecommitdiffstats
path: root/doc/classes/UDPServer.xml
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2022-08-08 19:41:07 -0400
committerAndy Maloney <asmaloney@gmail.com>2022-08-09 10:09:07 -0400
commit5361585832bbdd9f047f70ea9721a17eb721317f (patch)
tree0d87da048d3e11488af3650296e4b29f895d8214 /doc/classes/UDPServer.xml
parent7355dfb502dbae6f13fbe42a9feeadb57affac0e (diff)
downloadredot-engine-5361585832bbdd9f047f70ea9721a17eb721317f.tar.gz
[doc] Use "param" instead of "code" to refer to parameters
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
Diffstat (limited to 'doc/classes/UDPServer.xml')
-rw-r--r--doc/classes/UDPServer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/UDPServer.xml b/doc/classes/UDPServer.xml
index 49dee4d132..c3a3a49a80 100644
--- a/doc/classes/UDPServer.xml
+++ b/doc/classes/UDPServer.xml
@@ -146,7 +146,7 @@
<param index="0" name="port" type="int" />
<param index="1" name="bind_address" type="String" default="&quot;*&quot;" />
<description>
- Starts the server by opening a UDP socket listening on the given port. You can optionally specify a [code]bind_address[/code] to only listen for packets sent to that address. See also [method PacketPeerUDP.bind].
+ Starts the server by opening a UDP socket listening on the given [param port]. You can optionally specify a [param bind_address] to only listen for packets sent to that address. See also [method PacketPeerUDP.bind].
</description>
</method>
<method name="poll">