diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-08 19:41:07 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-09 10:09:07 -0400 |
commit | 5361585832bbdd9f047f70ea9721a17eb721317f (patch) | |
tree | 0d87da048d3e11488af3650296e4b29f895d8214 /doc/classes/UDPServer.xml | |
parent | 7355dfb502dbae6f13fbe42a9feeadb57affac0e (diff) | |
download | redot-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.xml | 2 |
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=""*"" /> <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"> |