doc: Fix wrong references found by new makerst.py

Thanks @PJB3005
This commit is contained in:
Rémi Verschelde
2019-01-07 10:02:04 +01:00
parent 7d22e162e7
commit 26fddb77be
43 changed files with 128 additions and 123 deletions

View File

@ -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">