From 5361585832bbdd9f047f70ea9721a17eb721317f Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Mon, 8 Aug 2022 19:41:07 -0400 Subject: [doc] Use "param" instead of "code" to refer to parameters Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> --- doc/classes/UDPServer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/UDPServer.xml') 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 @@ - 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]. -- cgit v1.2.3