diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-06 08:36:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 08:36:30 +0200 |
commit | 42b07f713fcbf9228dbc9145a07f706285a17a5f (patch) | |
tree | d43c43f71d524839293dc58a756c3f561ee2646b /doc | |
parent | 4fee363d7df235d2b9275240a87474d9bd0de541 (diff) | |
parent | 3f078c99f6be160641b1c4782d2653b9d76a5ca8 (diff) |
Merge pull request #37700 from Calinou/rename-ip-unix-tcp-server
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/IP.xml | 2 | ||||
-rw-r--r-- | doc/classes/TCPServer.xml (renamed from doc/classes/TCP_Server.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index 849f036bbd..44da913492 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -4,7 +4,7 @@ Internet protocol (IP) support functions such as DNS resolution. </brief_description> <description> - IP contains support functions for the Internet Protocol (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded. + IP contains support functions for the Internet Protocol (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCPServer]). IP provides DNS hostname resolution support, both blocking and threaded. </description> <tutorials> </tutorials> diff --git a/doc/classes/TCP_Server.xml b/doc/classes/TCPServer.xml index ec91d75d47..28f06ad3ae 100644 --- a/doc/classes/TCP_Server.xml +++ b/doc/classes/TCPServer.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="TCP_Server" inherits="Reference" version="4.0"> +<class name="TCPServer" inherits="Reference" version="4.0"> <brief_description> A TCP server. </brief_description> |