Skip to content

Commit d4560ce

Browse files
authored
Merge pull request #504 from per1234/document-stream-parameter
Document Stream object in parameters section where missing
2 parents 08b8ad7 + ef1115e commit d4560ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Language/Functions/Communication/Stream/streamReadString.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This function is part of the Stream class, and is called by any class that inher
2727

2828
[float]
2929
=== Parameters
30-
Nothing
30+
`stream` : an instance of a class that inherits from Stream
3131

3232
[float]
3333
=== Returns

Language/Functions/Communication/Stream/streamReadStringUntil.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ This function is part of the Stream class, and is called by any class that inher
2727

2828
[float]
2929
=== Parameters
30+
`stream` : an instance of a class that inherits from Stream.
31+
3032
`terminator` : the character to search for (`char`)
3133

3234
[float]

0 commit comments

Comments
 (0)