Skip to content

Commit

Permalink
Update mirage doc to 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Aug 1, 2018
1 parent 3bab646 commit 35e2887
Show file tree
Hide file tree
Showing 25 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions _html/index.html
Expand Up @@ -10,10 +10,10 @@
<div class="by-name">
<h2>OCaml package documentation</h2>
<ol>
<li><a href="mirage-runtime/index.html">mirage-runtime</a> <span class="version">3.1.0</span></li>
<li><a href="mirage-types-lwt/index.html">mirage-types-lwt</a> <span class="version">3.1.0</span></li>
<li><a href="mirage-types/index.html">mirage-types</a> <span class="version">3.1.0</span></li>
<li><a href="mirage/index.html">mirage</a> <span class="version">3.1.0</span></li>
<li><a href="mirage/index.html">mirage</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-runtime/index.html">mirage-runtime</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-types/index.html">mirage-types</a> <span class="version">3.1.1</span></li>
<li><a href="mirage-types-lwt/index.html">mirage-types-lwt</a> <span class="version">3.1.1</span></li>
</ol>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion _html/mirage-runtime/Mirage_info/index.html
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_info (mirage-runtime.Mirage_info)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_info</span></h1></header><p>Runtime information about the application.</p><p><em>Release 3.1.0</em></p><div class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>t</code><code><span class="keyword"> = </span>Functoria_info.info</code><code><span class="keyword"> = </span></code><code>{</code><table class="record"><tr id="type-t.name" class="anchored"><td class="def field"><a href="#type-t.name" class="anchor"></a><code>name : string;</code></td></tr><tr id="type-t.libraries" class="anchored"><td class="def field"><a href="#type-t.libraries" class="anchor"></a><code>libraries : string list;</code></td></tr><tr id="type-t.packages" class="anchored"><td class="def field"><a href="#type-t.packages" class="anchor"></a><code>packages : (string<span class="keyword"> * </span>string) list;</code></td></tr></table><code>}</code><code></code></div><div class="doc"></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_info (mirage-runtime.Mirage_info)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_info</span></h1></header><p>Runtime information about the application.</p><p><em>Release 3.1.1</em></p><div class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>t</code><code><span class="keyword"> = </span>Functoria_info.info</code><code><span class="keyword"> = </span></code><code>{</code><table class="record"><tr id="type-t.name" class="anchored"><td class="def field"><a href="#type-t.name" class="anchor"></a><code>name : string;</code></td></tr><tr id="type-t.libraries" class="anchored"><td class="def field"><a href="#type-t.libraries" class="anchor"></a><code>libraries : string list;</code></td></tr><tr id="type-t.packages" class="anchored"><td class="def field"><a href="#type-t.packages" class="anchor"></a><code>packages : (string<span class="keyword"> * </span>string) list;</code></td></tr></table><code>}</code><code></code></div><div class="doc"></div></div></body></html>
2 changes: 1 addition & 1 deletion _html/mirage-runtime/Mirage_runtime/index.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_runtime (mirage-runtime.Mirage_runtime)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_runtime</span></h1></header><p>Mirage run-time utilities.</p><p><em>Release 3.1.0</em></p><h2>Log thresholds</h2><div class="spec type" id="type-log_threshold"><a href="#type-log_threshold" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>log_threshold</code><code><span class="keyword"> = </span>[ `All | `Src of string ]<span class="keyword"> * </span>Logs.level</code><code></code></div><div class="doc"><p>The type for log threshold.</p></div></div><div class="spec val" id="val-set_level"><a href="#val-set_level" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>set_level : default:Logs.level <span class="keyword">&#8209;&gt;</span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">&#8209;&gt;</span> unit</code></div><div class="doc"><p><code class="code">set_level ~default l</code> set the log levels needed to have all of
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mirage_runtime (mirage-runtime.Mirage_runtime)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../index.html">mirage-runtime</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">Mirage_runtime</span></h1></header><p>Mirage run-time utilities.</p><p><em>Release 3.1.1</em></p><h2>Log thresholds</h2><div class="spec type" id="type-log_threshold"><a href="#type-log_threshold" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>log_threshold</code><code><span class="keyword"> = </span>[ `All | `Src of string ]<span class="keyword"> * </span>Logs.level</code><code></code></div><div class="doc"><p>The type for log threshold.</p></div></div><div class="spec val" id="val-set_level"><a href="#val-set_level" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>set_level : default:Logs.level <span class="keyword">&#8209;&gt;</span> <a href="index.html#type-log_threshold">log_threshold</a> list <span class="keyword">&#8209;&gt;</span> unit</code></div><div class="doc"><p><code class="code">set_level ~default l</code> set the log levels needed to have all of
the log sources appearing in <code class="code">l</code> be used.</p></div></div><div class="spec module" id="module-Arg"><a href="#module-Arg" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Arg/index.html">Arg</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec include"><div class="doc"></div><details open="open"><summary><span class="def"><code><span class="keyword">include </span><span class="keyword">module type of </span>Functoria_runtime<span class="keyword"> with </span><span class="keyword">module </span><a href="index.html">Mirage_runtime</a>.Arg := <a href="index.html#module-Arg">Arg</a></code></span></summary><div class="spec module" id="module-Key"><a href="#module-Key" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Key/index.html">Key</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec val" id="val-with_argv"><a href="#val-with_argv" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>with_argv : unit Cmdliner.Term.t list <span class="keyword">&#8209;&gt;</span> string <span class="keyword">&#8209;&gt;</span> string array <span class="keyword">&#8209;&gt;</span> unit</code></div><div class="doc"></div></div></details></div></body></html>
4 changes: 2 additions & 2 deletions _html/mirage-runtime/index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-runtime.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="index.html">mirage-runtime</a></span></nav><header></header><h2>Library mirage-runtime</h2><p>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mirage-runtime.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="index.html">mirage-runtime</a></span></nav><header></header><h3>Library mirage-runtime</h3><p>
This library exposes the following toplevel modules:
</p><table class="modules"><tr id="listing-module-Mirage_info" class="anchored"><td class="module"><a href="#listing-module-Mirage_info" class="anchor"></a><a href="Mirage_info/index.html">Mirage_info</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_runtime" class="anchored"><td class="module"><a href="#listing-module-Mirage_runtime" class="anchor"></a><a href="Mirage_runtime/index.html">Mirage_runtime</a></td><td class="doc"></td></tr></table><p>.</p></body></html>
</p><table class="modules"><tr id="listing-module-Mirage_info" class="anchored"><td class="module"><a href="#listing-module-Mirage_info" class="anchor"></a><a href="Mirage_info/index.html">Mirage_info</a></td><td class="doc"></td></tr><tr id="listing-module-Mirage_runtime" class="anchored"><td class="module"><a href="#listing-module-Mirage_runtime" class="anchor"></a><a href="Mirage_runtime/index.html">Mirage_runtime</a></td><td class="doc"></td></tr></table></body></html>

0 comments on commit 35e2887

Please sign in to comment.