summaryrefslogtreecommitdiff
path: root/doc/Printer.Precise_Calendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Printer.Precise_Calendar.html')
-rw-r--r--doc/Printer.Precise_Calendar.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/Printer.Precise_Calendar.html b/doc/Printer.Precise_Calendar.html
index 205a139..f3fd1b8 100644
--- a/doc/Printer.Precise_Calendar.html
+++ b/doc/Printer.Precise_Calendar.html
@@ -29,14 +29,15 @@
<title>Printer.Precise_Calendar</title>
</head>
<body>
-<div class="navbar"><a href="Printer.Ftime.html">Previous</a>
-&nbsp;<a href="Printer.html">Up</a>
-&nbsp;<a href="Printer.Calendar.html">Next</a>
+<div class="navbar"><a class="pre" href="Printer.Ftime.html" title="Printer.Ftime">Previous</a>
+&nbsp;<a class="up" href="Printer.html" title="Printer">Up</a>
+&nbsp;<a class="post" href="Printer.Calendar.html" title="Printer.Calendar">Next</a>
</div>
-<center><h1>Module <a href="type_Printer.Precise_Calendar.html">Printer.Precise_Calendar</a></h1></center>
-<br>
-<pre><span class="keyword">module</span> Precise_Calendar: <code class="type"><a href="Printer.S.html">S</a></code><code class="type"> with type t = <a href="Calendar.Precise.html">Calendar.Precise</a>.t</code></pre>Precise Calendar printer. Default format is <code class="code">%i %<span class="constructor">T</span></code>.<br>
+<h1>Module <a href="type_Printer.Precise_Calendar.html">Printer.Precise_Calendar</a></h1>
+<pre><span class="keyword">module</span> Precise_Calendar: <code class="type"><a href="Printer.S.html">S</a></code><code class="type"> with type t = <a href="Calendar.Precise.html">Calendar.Precise</a>.t</code></pre><div class="info">
+Precise Calendar printer. Default format is <code class="code">%i %<span class="constructor">T</span></code>.<br>
<b>Since</b> 2.0<br>
+</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<div class="info">
@@ -64,7 +65,7 @@ Same as <code class="code">sprint d</code> where <code class="code">d</code> is
(see the printer implementations).<br>
</div>
<br>
-<span id="3_Parsersfromstring"><h3>Parsers from string</h3></span><br>
+<h3 id="3_Parsersfromstring">Parsers from string</h3><br>
<pre><span id="VALfrom_fstring"><span class="keyword">val</span> from_fstring</span> : <code class="type">string -> string -> <a href="Printer.S.html#TYPEt">t</a></code></pre><div class="info">
<code class="code">from_fstring format s</code> converts <code class="code">s</code> to a date according to <code class="code">format</code>.
<p>