doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks

This commit is contained in:
Rémi Verschelde
2019-06-27 12:34:26 +02:00
parent 2df8b5606b
commit bc82781f7d
54 changed files with 125 additions and 125 deletions

View File

@ -17,7 +17,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 [code]OK[/code] on success or [code]FAILED[/code] on failure.
Connect to the specified host:port pair. A hostname will be resolved if valid. Returns [constant OK] on success or [constant FAILED] on failure.
</description>
</method>
<method name="disconnect_from_host">