doc: Fix wrong references found by new makerst.py
Thanks @PJB3005
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<argument index="1" name="port" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Connect to the specified host:port pair. A hostname will be resolved if valid. Returns [OK] on success or [FAILED] on failure.
|
||||
Connect to the specified host:port pair. A hostname will be resolved if valid. Returns [code]OK[/code] on success or [code]FAILED[/code] on failure.
|
||||
</description>
|
||||
</method>
|
||||
<method name="disconnect_from_host">
|
||||
@ -47,7 +47,7 @@
|
||||
<return type="int" enum="StreamPeerTCP.Status">
|
||||
</return>
|
||||
<description>
|
||||
Return the status of the connection, one of STATUS_* enum.
|
||||
Return the status of the connection, see [enum StreamPeerTCP.Status].
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_connected_to_host" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user