diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-22 12:56:11 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-22 12:56:17 +0200 |
commit | fc09e1436654415f7130b69d049b420d7e5e8d54 (patch) | |
tree | 4a925d13db9392d51886545586d78b97973cc584 /doc/classes/StreamPeer.xml | |
parent | 14b1741cbf998f6d950a006681b15803362442d7 (diff) | |
download | redot-engine-fc09e1436654415f7130b69d049b420d7e5e8d54.tar.gz |
classref: Sync with current source
Also fix hyperlink references to same class as per the guidelines.
[ci skip]
Diffstat (limited to 'doc/classes/StreamPeer.xml')
-rw-r--r-- | doc/classes/StreamPeer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/StreamPeer.xml b/doc/classes/StreamPeer.xml index 2fdd4b07d5..077de3dc3c 100644 --- a/doc/classes/StreamPeer.xml +++ b/doc/classes/StreamPeer.xml @@ -43,7 +43,7 @@ <return type="int"> </return> <description> - Return the amount of bytes this [StreamPeer] has available. + Return the amount of bytes this [code]StreamPeer[/code] has available. </description> </method> <method name="get_data"> @@ -135,7 +135,7 @@ <return type="bool"> </return> <description> - Return whether this [StreamPeer] is using big-endian format. + Return whether this [code]StreamPeer[/code] is using big-endian format. </description> </method> <method name="put_16"> @@ -270,7 +270,7 @@ <argument index="0" name="enable" type="bool"> </argument> <description> - Set this [StreamPeer] to use big-endian format. Default is false. + Set this [code]StreamPeer[/code] to use big-endian format. Default is false. </description> </method> </methods> |