doc: Sync classref with current source
Fix wrong hyperlinks in Control and Tree.
This commit is contained in:
@@ -13,7 +13,13 @@
|
||||
<method name="accept_stream">
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<argument index="0" name="base" type="StreamPeer">
|
||||
<argument index="0" name="stream" type="StreamPeer">
|
||||
</argument>
|
||||
<argument index="1" name="private_key" type="CryptoKey">
|
||||
</argument>
|
||||
<argument index="2" name="certificate" type="X509Certificate">
|
||||
</argument>
|
||||
<argument index="3" name="chain" type="X509Certificate" default="null">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
@@ -27,6 +33,8 @@
|
||||
</argument>
|
||||
<argument index="2" name="for_hostname" type="String" default="""">
|
||||
</argument>
|
||||
<argument index="3" name="valid_certificate" type="X509Certificate" default="null">
|
||||
</argument>
|
||||
<description>
|
||||
Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If [code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will validate that the certificate presented by the peer matches the [code]for_hostname[/code].
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user