ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
This commit is contained in:
parent
c8aa85189a
commit
d80bc5cbba
80 changed files with 261 additions and 257 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<argument index="2" name="for_hostname" type="String" default="""">
|
||||
</argument>
|
||||
<description>
|
||||
Connect to a peer using an underlying [StreamPeer] "stream", when "validate_certs" is true, [code]StreamPeerSSL[/code] will validate that the certificate presented by the peer matches the "for_hostname".
|
||||
Connect to a peer using an underlying [StreamPeer] "stream", when "validate_certs" is true, [StreamPeerSSL] will validate that the certificate presented by the peer matches the "for_hostname".
|
||||
</description>
|
||||
</method>
|
||||
<method name="disconnect_from_stream">
|
||||
|
|
@ -61,12 +61,12 @@
|
|||
</members>
|
||||
<constants>
|
||||
<constant name="STATUS_DISCONNECTED" value="0" enum="Status">
|
||||
A status representing a [code]StreamPeerSSL[/code] that is disconnected.
|
||||
A status representing a [StreamPeerSSL] that is disconnected.
|
||||
</constant>
|
||||
<constant name="STATUS_HANDSHAKING" value="1" enum="Status">
|
||||
</constant>
|
||||
<constant name="STATUS_CONNECTED" value="2" enum="Status">
|
||||
A status representing a [code]StreamPeerSSL[/code] that is connected to a host.
|
||||
A status representing a [StreamPeerSSL] that is connected to a host.
|
||||
</constant>
|
||||
<constant name="STATUS_ERROR" value="3" enum="Status">
|
||||
</constant>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue