autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2020-04-17
2020-04-17 18:28:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
115afe1c267a82098171c182065de5d6c08de588 (
12
lines) (+
8
/-
4
)
[
Show
|
Annotate
]
Branch:
master
Documentation
[Stdio.UDP]
: Improved doc for some constants.
2073:
<span class='homogen--name'><b>MSG_OOB</b></span> </dt> <dd><p><code><code class='datatype'>constant</code> Stdio.UDP.<code class='constant'>MSG_OOB</code></code></p></dd>
-
<dt class='head--
fixme
'>
FIXME
</dt>
-
<dd class='body--
fixme
'><p>
Document
this
constant
.</p>
+
+
<dt class='head--
doc
'>
Description
</dt>
+
<dd class='body--
doc
'><p>
Flag
to
specify to <code>read()</code> to read out of band packets
.</p>
</dd></dl>
2084:
<span class='homogen--name'><b>MSG_PEEK</b></span> </dt> <dd><p><code><code class='datatype'>constant</code> Stdio.UDP.<code class='constant'>MSG_PEEK</code></code></p></dd>
-
<dt class='head--
fixme
'>
FIXME
</dt>
-
<dd class='body--
fixme
'><p>
Document
this
constant
.</p>
+
+
<dt class='head--
doc
'>
Description
</dt>
+
<dd class='body--
doc
'><p>
Flag
to
specify to <code>read()</code> to cause it to not remove the packet
+
from the input buffer
.</p>
</dd></dl>