autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-16
2014-10-16 07:41:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
50f24b5dd51bb77073507242c0b4122b31263e02 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Stdio.File: Fixed autodoc markup error.
449:
<dt class='head--doc'>Returns</dt> <dd class='body--doc'><p>Returns an array with two elements:</p> <table class='box'><tr><td colspan='2'>Array</td></tr>
-
<tr><td><code><code class='
datatype
'>
mixed
</code> <code class='key'>0</code></code></td><td><p>The current input buffer.</p>
+
<tr><td><code><code class='
object unresolved
'>
Stdio.Buffer
</code> <code class='key'>0</code></code></td><td><p>The current input buffer.</p>
</td></tr>
-
<tr><td><code><code class='
datatype
'>
mixed
</code> <code class='key'>1</code></code></td><td><p>The current output buffer.</p>
+
<tr><td><code><code class='
object unresolved
'>
Stdio.Buffer
</code> <code class='key'>1</code></code></td><td><p>The current output buffer.</p>
</td></tr> </table> </dd>