Branch: Tag:

2014-09-23

2014-09-23 16:31:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Stdio.File: Some minor documentation updates.

5:   <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>This is the basic I/O object, it provides socket and pipe    communication as well as file access. It does not buffer reads and -  writes or provide line-by-line reading, that is done with -  <code>Stdio.FILE</code> object.</p> +  writes by default, and provides no line-by-line reading, that is done +  with <code>Stdio.FILE</code> object.</p>   </dd>   <dt class='head--doc'>Note</dt>   <dd class='body--doc'><p>The file or stream will normally be closed when this object is
1566:      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Toggle the file to IOBuffer mode.</p> - <p> In this mode reading and writing will be done from IOBuffer + <p> In this mode reading and writing will be done via IOBuffer    objects, in the directions you included buffers.</p>   </dd> -  + <dt class='head--doc'><span id='p-in'></span>Parameter <code class='parameter'>in</code></dt> + <dd></dd><dd class='body--doc'><p>Input buffer.</p> + </dd> + <dt class='head--doc'><span id='p-out'></span>Parameter <code class='parameter'>out</code></dt> + <dd></dd><dd class='body--doc'><p>Output buffer.</p> + </dd>   <dt class='head--doc'>Note</dt>   <dd class='body--doc'><p>Normally you call <code>write</code> to re-trigger the write callback if    you do not output anything in it (which will stop it from