Update class documentation xml

This commit is contained in:
Kelly Thomas
2018-10-07 21:52:07 +08:00
parent 215db9ff71
commit b150ceb62c
12 changed files with 78 additions and 43 deletions

View File

@@ -63,6 +63,8 @@
<constant name="STATUS_DISCONNECTED" value="0" enum="Status">
A status representing a [code]StreamPeerSSL[/code] 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.
</constant>