autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-04
2014-10-04 13:02:39 by Chris Angelico <rosuav@gmail.com>
843cc87ce350531e8bee696ed537a304439faba9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Fix autodoc formatting
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='
datatype'>
int(0..0)
</code> <code class='key'>
inbuffer
</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='
datatype'>
int(0..0)
</code> <code class='key'>
outbuffer
</code></code></td><td><p>The current output buffer.</p>
</td></tr> </table> </dd>