Update docs

This commit is contained in:
Miguel de Icaza
2018-02-20 23:08:22 -05:00
parent 46983d43bf
commit c3e45f7cbb
35 changed files with 227 additions and 130 deletions

View File

@@ -72,7 +72,7 @@
<h1 id="Mono_Terminal_MainLoop_Condition" data-uid="Mono.Terminal.MainLoop.Condition">Enum MainLoop.Condition
</h1>
<div class="markdown level0 summary"><p>Condition on which to wake up from file descriptor activity</p>
<div class="markdown level0 summary"><p>Condition on which to wake up from file descriptor activity. These match the Linux/BSD poll definitions.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="../Mono.Terminal.html">Mono.Terminal</a></h6>

View File

@@ -87,6 +87,10 @@
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MainLoop</code></pre>
</div>
<h5 id="Mono_Terminal_MainLoop_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Monitoring of file descriptors is only available on Unix, there
does not seem to be a way of supporting this on Windows.</p>
</div>
<h3 id="constructors">Constructors
</h3>