summaryrefslogtreecommitdiff
path: root/doc/html/date_time.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/date_time.html')
-rw-r--r--doc/html/date_time.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/date_time.html b/doc/html/date_time.html
index 1e265d0f9c..2539486469 100644
--- a/doc/html/date_time.html
+++ b/doc/html/date_time.html
@@ -2,9 +2,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Chapter&#160;9.&#160;Boost.Date_Time</title>
+<title>Chapter&#160;10.&#160;Boost.Date_Time</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)">
<link rel="prev" href="container/release_notes.html" title="Release Notes">
@@ -26,19 +26,19 @@
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
-<a name="date_time"></a>Chapter&#160;9.&#160;Boost.Date_Time</h2></div>
+<a name="date_time"></a>Chapter&#160;10.&#160;Boost.Date_Time</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Jeff</span> <span class="surname">Garland</span>
</h3></div></div>
<div><p class="copyright">Copyright &#169; 2001-2005 CrystalClear Software, Inc</p></div>
<div><div class="legalnotice">
-<a name="idp101917568"></a><p>Subject to the Boost Software License, Version 1.0. (See accompanying file
+<a name="idm45928087221408"></a><p>Subject to the Boost Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div></div>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
-<dl>
+<dl class="toc">
<dt><span class="section"><a href="date_time.html#date_time.conceptual">Conceptual</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="date_time.html#Motivation">Motivation</a></span></dt>
@@ -124,7 +124,7 @@
</dl>
</div>
<h3>
-<a name="idp101920192"></a>Introduction</h3>
+<a name="idm45928087218784"></a>Introduction</h3>
<p>
A set of date-time libraries based on generic programming concepts.
</p>
@@ -144,7 +144,7 @@
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="date_time.conceptual"></a>Conceptual</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="date_time.html#Motivation">Motivation</a></span></dt>
<dt><span class="section"><a href="date_time.html#date_time.domain_concepts">Domain Concepts</a></span></dt>
<dt><span class="section"><a href="date_time.html#date_time.design_concepts">Design Concepts</a></span></dt>
@@ -173,7 +173,7 @@
<p>
The library supports 3 basic temporal types:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="bullet">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: bullet; ">
<li class="listitem" style="list-style-type: disc">
<span class="strong"><strong>Time Point</strong></span> -- Specifier
for a location in the time continuum.
@@ -201,7 +201,7 @@
</p>
<p>
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="bullet">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: bullet; ">
<li class="listitem" style="list-style-type: disc"><a class="link" href="date_time/details.html#date_time.terminology" title="Terminology">Basic Terminology</a></li>
<li class="listitem" style="list-style-type: disc"><a class="link" href="date_time/details.html#date_time.calculations" title="Calculations">Calculations</a></li>
<li class="listitem" style="list-style-type: disc"><a class="link" href="date_time/details.html#date_time.tradeoffs" title="Tradeoffs: Stability, Predictability, and Approximations">Stability, Predictability, and Approximations</a></li>