Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63765 - in trunk/libs/integer/doc/html: . boost_integer
From: daniel_james_at_[hidden]
Date: 2010-07-08 16:50:32


Author: danieljames
Date: 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
New Revision: 63765
URL: http://svn.boost.org/trac/boost/changeset/63765

Log:
Rebuild integer docs.
Text files modified:
   trunk/libs/integer/doc/html/boost_integer/cstdint.html | 88 +++++++++++++++++++++++++++------------
   trunk/libs/integer/doc/html/boost_integer/history.html | 60 +++++++++++++-------------
   trunk/libs/integer/doc/html/boost_integer/integer.html | 38 ++++++++--------
   trunk/libs/integer/doc/html/boost_integer/log2.html | 30 ++++++------
   trunk/libs/integer/doc/html/boost_integer/mask.html | 26 +++++-----
   trunk/libs/integer/doc/html/boost_integer/minmax.html | 20 ++++----
   trunk/libs/integer/doc/html/boost_integer/traits.html | 18 ++++----
   trunk/libs/integer/doc/html/index.html | 16 +++---
   8 files changed, 164 insertions(+), 132 deletions(-)

Modified: trunk/libs/integer/doc/html/boost_integer/cstdint.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/cstdint.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/cstdint.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Standard Integer Types</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../index.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Standard Integer Types">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.cstdint"></a><a class="link" href="cstdint.html" title="Standard Integer Types"> Standard Integer Types</a>
 </h2></div></div></div>
@@ -41,7 +41,7 @@
 <dt><span class="section"><a href="cstdint.html#boost_integer.cstdint.integer_constant_macros">Integer
       Constant Macros</a></span></dt>
 </dl></div>
-<div class="section" title="Overview">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.overview"></a><a class="link" href="cstdint.html#boost_integer.cstdint.overview" title="Overview">Overview</a>
 </h3></div></div></div>
@@ -62,7 +62,7 @@
         a test program.
       </p>
 </div>
-<div class="section" title="Rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.rationale"></a><a class="link" href="cstdint.html#boost_integer.cstdint.rationale" title="Rationale"> Rationale</a>
 </h3></div></div></div>
@@ -82,7 +82,7 @@
         conventions rather than C++ Standard Library header naming conventions.
       </p>
 </div>
-<div class="section" title="Caveat emptor">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.ce"></a><a class="link" href="cstdint.html#boost_integer.cstdint.ce" title="Caveat emptor"> <span class="emphasis"><em>Caveat emptor</em></span></a>
 </h3></div></div></div>
@@ -99,7 +99,7 @@
         Use the respective names in namespace <code class="literal">boost</code> instead.
       </p>
 </div>
-<div class="section" title="Exact-width integer types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.exact_width_integer_types"></a><a class="link" href="cstdint.html#boost_integer.cstdint.exact_width_integer_types" title="Exact-width integer types">Exact-width
       integer types</a>
@@ -119,7 +119,7 @@
         The absence of int64_t and uint64_t is indicated by the macro <code class="computeroutput"><span class="identifier">BOOST_NO_INT64_T</span></code>.
       </p>
 </div>
-<div class="section" title="Minimum-width integer types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.minimum_width_integer_types"></a><a class="link" href="cstdint.html#boost_integer.cstdint.minimum_width_integer_types" title="Minimum-width integer types">Minimum-width
       integer types</a>
@@ -138,26 +138,42 @@
         The following minimum-width integer types are provided for all platforms:
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="literal">int_least8_t</code></li>
-<li class="listitem"><code class="literal">int_least16_t</code></li>
-<li class="listitem"><code class="literal">int_least32_t</code></li>
-<li class="listitem"><code class="literal">uint_least8_t</code></li>
-<li class="listitem"><code class="literal">uint_least16_t</code></li>
-<li class="listitem"><code class="literal">uint_least32_t</code></li>
+<li class="listitem">
+ <code class="literal">int_least8_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">int_least16_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">int_least32_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_least8_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_least16_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_least32_t</code>
+ </li>
 </ul></div>
 <p>
         The following types are available only if, after including &lt;boost/cstdint.hpp&gt;,
         the macro BOOST_NO_INT64_T is not defined:
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="literal">int_least64_t</code></li>
-<li class="listitem"><code class="literal">uint_least64_t</code></li>
+<li class="listitem">
+ <code class="literal">int_least64_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_least64_t</code>
+ </li>
 </ul></div>
 <p>
         All other minimum-width integer types are optional.
       </p>
 </div>
-<div class="section" title="Fastest minimum-width integer types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.fastest_minimum_width_integer_types"></a><a class="link" href="cstdint.html#boost_integer.cstdint.fastest_minimum_width_integer_types" title="Fastest minimum-width integer types">Fastest
       minimum-width integer types</a>
@@ -176,26 +192,42 @@
         The following fastest minimum-width integer types are provided for all platforms:
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="literal">int_fast8_t</code></li>
-<li class="listitem"><code class="literal">int_fast16_t</code></li>
-<li class="listitem"><code class="literal">int_fast32_t</code></li>
-<li class="listitem"><code class="literal">uint_fast8_t</code></li>
-<li class="listitem"><code class="literal">uint_fast16_t</code></li>
-<li class="listitem"><code class="literal">uint_fast32_t</code></li>
+<li class="listitem">
+ <code class="literal">int_fast8_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">int_fast16_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">int_fast32_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_fast8_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_fast16_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_fast32_t</code>
+ </li>
 </ul></div>
 <p>
         The following types are available only if, after including &lt;boost/cstdint.hpp&gt;,
         the macro BOOST_NO_INT64_T is not defined:
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
-<li class="listitem"><code class="literal">int_fast64_t</code></li>
-<li class="listitem"><code class="literal">uint_fast64_t</code></li>
+<li class="listitem">
+ <code class="literal">int_fast64_t</code>
+ </li>
+<li class="listitem">
+ <code class="literal">uint_fast64_t</code>
+ </li>
 </ul></div>
 <p>
         All other fastest minimum-width integer types are optional.
       </p>
 </div>
-<div class="section" title="Greatest-width integer types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.greatest_width_integer_types"></a><a class="link" href="cstdint.html#boost_integer.cstdint.greatest_width_integer_types" title="Greatest-width integer types">Greatest-width
       integer types</a>
@@ -212,7 +244,7 @@
         These types are provided for all platforms.
       </p>
 </div>
-<div class="section" title="Integer Constant Macros">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.cstdint.integer_constant_macros"></a><a class="link" href="cstdint.html#boost_integer.cstdint.integer_constant_macros" title="Integer Constant Macros">Integer
       Constant Macros</a>
@@ -251,7 +283,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../index.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/history.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/history.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/history.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>History</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -19,51 +19,51 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="minmax.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a>
+<a accesskey="p" href="minmax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
-<div class="section" title="History">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.history"></a><a class="link" href="history.html" title="History"> History</a>
 </h2></div></div></div>
 <a name="boost_integer.history.1_42_0"></a><h5>
-<a name="id560880"></a>
+<a name="id766183"></a>
       <a class="link" href="history.html#boost_integer.history.1_42_0">1.42.0</a>
     </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- Reverted Trunk to release branch state (i.e. a "known good state").
- </li>
+ Reverted Trunk to release branch state (i.e. a "known good state").
+ </li>
 <li class="listitem">
- Fixed issues: 653,
- 3084,
- 3177,
- 3180,
- 3568,
- 3657,
- 2134.
- </li>
+ Fixed issues: 653,
+ 3084,
+ 3177,
+ 3180,
+ 3568,
+ 3657,
+ 2134.
+ </li>
 <li class="listitem">
- Added long long support to <code class="literal">boost::static_log2</code>, <code class="literal">boost::static_signed_min</code>,
- <code class="literal">boost::static_signed_max</code>, <code class="literal">boost::static_unsigned_min</code><code class="literal">boost::static_unsigned_max</code>,
- when available.
- </li>
+ Added long long support to <code class="literal">boost::static_log2</code>, <code class="literal">boost::static_signed_min</code>,
+ <code class="literal">boost::static_signed_max</code>, <code class="literal">boost::static_unsigned_min</code><code class="literal">boost::static_unsigned_max</code>,
+ when available.
+ </li>
 <li class="listitem">
- The argument type and the result type of <code class="literal">boost::static_signed_min</code>
- etc are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned
- long</code> and <code class="literal">int</code> respectively. Please, use the provided
- typedefs in new code (and update old code as soon as possible).
- </li>
+ The argument type and the result type of <code class="literal">boost::static_signed_min</code>
+ etc are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned
+ long</code> and <code class="literal">int</code> respectively. Please, use the
+ provided typedefs in new code (and update old code as soon as possible).
+ </li>
 </ul></div>
 <a name="boost_integer.history.1_32_0"></a><h5>
-<a name="id560998"></a>
+<a name="id766314"></a>
       <a class="link" href="history.html#boost_integer.history.1_32_0">1.32.0</a>
     </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
- The argument type and the result type of <code class="literal">boost::static_log2</code>
- are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned long</code>
- and <code class="literal">int</code> respectively. Please, use the provided typedefs
- in new code (and update old code as soon as possible).
- </li></ul></div>
+ The argument type and the result type of <code class="literal">boost::static_log2</code>
+ are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned long</code>
+ and <code class="literal">int</code> respectively. Please, use the provided typedefs
+ in new code (and update old code as soon as possible).
+ </li></ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
@@ -76,7 +76,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="minmax.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a>
+<a accesskey="p" href="minmax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/integer.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/integer.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/integer.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Integer Type Selection</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="traits.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mask.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="traits.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mask.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Integer Type Selection">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.integer"></a><a class="link" href="integer.html" title="Integer Type Selection"> Integer Type Selection</a>
 </h2></div></div></div>
@@ -44,7 +44,7 @@
       characteristics such as number of bits or maximum value. This facility is particularly
       useful for solving generic programming problems.
     </p>
-<div class="section" title="Synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.synopsis"></a><a class="link" href="integer.html#boost_integer.integer.synopsis" title="Synopsis"> Synopsis</a>
 </h3></div></div></div>
@@ -102,7 +102,7 @@
 <span class="special">}</span> <span class="comment">// namespace boost
 </span></pre>
 </div>
-<div class="section" title="Easiest-to-Manipulate Types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.easiest"></a><a class="link" href="integer.html#boost_integer.integer.easiest" title="Easiest-to-Manipulate Types"> Easiest-to-Manipulate
       Types</a>
@@ -126,7 +126,7 @@
         the input type.
       </p>
 </div>
-<div class="section" title="Sized Types">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.sized"></a><a class="link" href="integer.html#boost_integer.integer.sized" title="Sized Types"> Sized Types</a>
 </h3></div></div></div>
@@ -341,7 +341,7 @@
 </div>
 <br class="table-break">
 </div>
-<div class="section" title="Example">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.example"></a><a class="link" href="integer.html#boost_integer.integer.example" title="Example">Example</a>
 </h3></div></div></div>
@@ -363,7 +363,7 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" title="Demonstration Program">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.demonstration_program"></a><a class="link" href="integer.html#boost_integer.integer.demonstration_program" title="Demonstration Program">Demonstration
       Program</a>
@@ -374,7 +374,7 @@
         of the sized type class templates.
       </p>
 </div>
-<div class="section" title="Rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.rationale"></a><a class="link" href="integer.html#boost_integer.integer.rationale" title="Rationale">Rationale</a>
 </h3></div></div></div>
@@ -383,18 +383,18 @@
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
- Avoid recursion because of concern about C++'s limited guaranteed recursion
- depth (17).
- </li>
+ Avoid recursion because of concern about C++'s limited guaranteed recursion
+ depth (17).
+ </li>
 <li class="listitem">
- Avoid macros on general principles.
- </li>
+ Avoid macros on general principles.
+ </li>
 <li class="listitem">
- Try to keep the design as simple as possible.
- </li>
+ Try to keep the design as simple as possible.
+ </li>
 </ul></div>
 </div>
-<div class="section" title="Alternative">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.alternative"></a><a class="link" href="integer.html#boost_integer.integer.alternative" title="Alternative">Alternative</a>
 </h3></div></div></div>
@@ -403,7 +403,7 @@
         to use the types supplied in <boost/cstdint.hpp>.
       </p>
 </div>
-<div class="section" title="Credits">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.integer.credits"></a><a class="link" href="integer.html#boost_integer.integer.credits" title="Credits">Credits</a>
 </h3></div></div></div>
@@ -426,7 +426,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="traits.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="mask.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="traits.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mask.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/log2.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/log2.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/log2.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Compile Time log2 Calculation</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="mask.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="minmax.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="mask.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="minmax.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Compile Time log2 Calculation">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.log2"></a><a class="link" href="log2.html" title="Compile Time log2 Calculation"> Compile Time log2 Calculation</a>
 </h2></div></div></div>
@@ -39,7 +39,7 @@
       determines the position of the highest bit in a given value. This facility
       is useful for solving generic programming problems.
     </p>
-<div class="section" title="Synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.log2.synopsis"></a><a class="link" href="log2.html#boost_integer.log2.synopsis" title="Synopsis">Synopsis</a>
 </h3></div></div></div>
@@ -66,7 +66,7 @@
 <span class="special">}</span> <span class="comment">// namespace boost
 </span></pre>
 </div>
-<div class="section" title="Usage">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.log2.usage"></a><a class="link" href="log2.html#boost_integer.log2.usage" title="Usage">Usage</a>
 </h3></div></div></div>
@@ -87,16 +87,16 @@
       </p>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
-<code class="literal">static_log2_argument_type</code> is an <span class="emphasis"><em>unsigned integer
- type</em></span> (C++ standard, 3.9.1p3).
- </li>
+ <code class="literal">static_log2_argument_type</code> is an <span class="emphasis"><em>unsigned
+ integer type</em></span> (C++ standard, 3.9.1p3).
+ </li>
 <li class="listitem">
-<code class="literal">static_log2_result_type</code> is an <span class="emphasis"><em>integer type</em></span>
- (C++ standard, 3.9.1p7).
- </li>
+ <code class="literal">static_log2_result_type</code> is an <span class="emphasis"><em>integer type</em></span>
+ (C++ standard, 3.9.1p7).
+ </li>
 </ul></div>
 </div>
-<div class="section" title="Demonstration Program">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.log2.demonstration_program"></a><a class="link" href="log2.html#boost_integer.log2.demonstration_program" title="Demonstration Program">Demonstration
       Program</a>
@@ -107,7 +107,7 @@
         of the binary logarithm class template.
       </p>
 </div>
-<div class="section" title="Rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.log2.rationale"></a><a class="link" href="log2.html#boost_integer.log2.rationale" title="Rationale">Rationale</a>
 </h3></div></div></div>
@@ -120,7 +120,7 @@
         to be available statically (<span class="emphasis"><em>i.e.</em></span> at compile-time).
       </p>
 </div>
-<div class="section" title="Credits">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.log2.credits"></a><a class="link" href="log2.html#boost_integer.log2.credits" title="Credits">Credits</a>
 </h3></div></div></div>
@@ -145,7 +145,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="mask.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="minmax.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="mask.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="minmax.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/mask.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/mask.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/mask.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Integer Masks</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="integer.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="log2.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="integer.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Integer Masks">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.mask"></a><a class="link" href="mask.html" title="Integer Masks"> Integer Masks</a>
 </h2></div></div></div>
@@ -41,7 +41,7 @@
 <dt><span class="section">Rationale</span></dt>
 <dt><span class="section">Credits</span></dt>
 </dl></div>
-<div class="section" title="Overview">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.overview"></a><a class="link" href="mask.html#boost_integer.mask.overview" title="Overview">Overview</a>
 </h3></div></div></div>
@@ -52,7 +52,7 @@
         type selection templates</a> header.
       </p>
 </div>
-<div class="section" title="Synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.synopsis"></a><a class="link" href="mask.html#boost_integer.mask.synopsis" title="Synopsis">Synopsis</a>
 </h3></div></div></div>
@@ -90,7 +90,7 @@
 <span class="special">}</span> <span class="comment">// namespace boost
 </span></pre>
 </div>
-<div class="section" title="Single Bit-Mask Class Template">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.single_bit_mask_class_template"></a><a class="link" href="mask.html#boost_integer.mask.single_bit_mask_class_template" title="Single Bit-Mask Class Template">Single
       Bit-Mask Class Template</a>
@@ -191,7 +191,7 @@
 </div>
 <br class="table-break">
 </div>
-<div class="section" title="Group Bit-Mask Class Template">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.group_bit_mask_class_template"></a><a class="link" href="mask.html#boost_integer.mask.group_bit_mask_class_template" title="Group Bit-Mask Class Template">Group
       Bit-Mask Class Template</a>
@@ -292,7 +292,7 @@
 </div>
 <br class="table-break">
 </div>
-<div class="section" title="Implementation Notes">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.implementation_notes"></a><a class="link" href="mask.html#boost_integer.mask.implementation_notes" title="Implementation Notes">Implementation
       Notes</a>
@@ -304,7 +304,7 @@
         bit counts.
       </p>
 </div>
-<div class="section" title="Example">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.example"></a><a class="link" href="mask.html#boost_integer.mask.example" title="Example">Example</a>
 </h3></div></div></div>
@@ -328,7 +328,7 @@
 </span><span class="special">}</span>
 </pre>
 </div>
-<div class="section" title="Demonstration Program">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.demonstration_program"></a><a class="link" href="mask.html#boost_integer.mask.demonstration_program" title="Demonstration Program">Demonstration
       Program</a>
@@ -339,7 +339,7 @@
         of the bit mask class templates.
       </p>
 </div>
-<div class="section" title="Rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.rationale"></a><a class="link" href="mask.html#boost_integer.mask.rationale" title="Rationale">Rationale</a>
 </h3></div></div></div>
@@ -351,7 +351,7 @@
         bits. This prevents contamination of values by the higher, unused bits.
       </p>
 </div>
-<div class="section" title="Credits">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.mask.credits"></a><a class="link" href="mask.html#boost_integer.mask.credits" title="Credits">Credits</a>
 </h3></div></div></div>
@@ -372,7 +372,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="integer.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="log2.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="integer.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="log2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/minmax.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/minmax.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/minmax.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Compile time min/max calculation</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="log2.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="log2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Compile time min/max calculation">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.minmax"></a><a class="link" href="minmax.html" title="Compile time min/max calculation"> Compile time min/max calculation</a>
 </h2></div></div></div>
@@ -40,7 +40,7 @@
       provide a compile-time evaluation of the minimum or maximum of two integers.
       These facilities are useful for generic programming problems.
     </p>
-<div class="section" title="Synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.synopsis"></a><a class="link" href="minmax.html#boost_integer.minmax.synopsis" title="Synopsis">Synopsis</a>
 </h3></div></div></div>
@@ -65,7 +65,7 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" title="Usage">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.usage"></a><a class="link" href="minmax.html#boost_integer.minmax.usage" title="Usage">Usage</a>
 </h3></div></div></div>
@@ -77,7 +77,7 @@
         which is set to the respective minimum or maximum of the template's parameters.
       </p>
 </div>
-<div class="section" title="Example">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.example"></a><a class="link" href="minmax.html#boost_integer.minmax.example" title="Example">Example</a>
 </h3></div></div></div>
@@ -112,7 +112,7 @@
 </span><span class="special">}</span>
 </pre>
 </div>
-<div class="section" title="Demonstration Program">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.demonstration_program"></a><a class="link" href="minmax.html#boost_integer.minmax.demonstration_program" title="Demonstration Program">Demonstration
       Program</a>
@@ -123,7 +123,7 @@
         extrema class templates.
       </p>
 </div>
-<div class="section" title="Rationale">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.rationale"></a><a class="link" href="minmax.html#boost_integer.minmax.rationale" title="Rationale">Rationale</a>
 </h3></div></div></div>
@@ -133,7 +133,7 @@
         another class template.
       </p>
 </div>
-<div class="section" title="Credits">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.minmax.credits"></a><a class="link" href="minmax.html#boost_integer.minmax.credits" title="Credits">Credits</a>
 </h3></div></div></div>
@@ -154,7 +154,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="log2.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="log2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/boost_integer/traits.html
==============================================================================
--- trunk/libs/integer/doc/html/boost_integer/traits.html (original)
+++ trunk/libs/integer/doc/html/boost_integer/traits.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Integer Traits</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="../index.html" title="Boost.Integer">
 <link rel="up" href="../index.html" title="Boost.Integer">
@@ -20,9 +20,9 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="cstdint.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="integer.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="cstdint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="integer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" title="Integer Traits">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.traits"></a><a class="link" href="traits.html" title="Integer Traits"> Integer Traits</a>
 </h2></div></div></div>
@@ -33,7 +33,7 @@
 <dt><span class="section">Test Program</span></dt>
 <dt><span class="section">Acknowledgements</span></dt>
 </dl></div>
-<div class="section" title="Motivation">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.traits.motivation"></a><a class="link" href="traits.html#boost_integer.traits.motivation" title="Motivation">Motivation</a>
 </h3></div></div></div>
@@ -62,7 +62,7 @@
         The template class <code class="literal">integer_traits</code> addresses this problem.
       </p>
 </div>
-<div class="section" title="Synopsis">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.traits.synopsis"></a><a class="link" href="traits.html#boost_integer.traits.synopsis" title="Synopsis">Synopsis</a>
 </h3></div></div></div>
@@ -82,7 +82,7 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" title="Description">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.traits.description"></a><a class="link" href="traits.html#boost_integer.traits.description" title="Description">Description</a>
 </h3></div></div></div>
@@ -179,7 +179,7 @@
         unless boost::integer_traits is also specialized.
       </p>
 </div>
-<div class="section" title="Test Program">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.traits.test_program"></a><a class="link" href="traits.html#boost_integer.traits.test_program" title="Test Program">Test Program</a>
 </h3></div></div></div>
@@ -188,7 +188,7 @@
         exercises the <code class="literal">integer_traits</code> class.
       </p>
 </div>
-<div class="section" title="Acknowledgements">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_integer.traits.acknowledgements"></a><a class="link" href="traits.html#boost_integer.traits.acknowledgements" title="Acknowledgements">Acknowledgements</a>
 </h3></div></div></div>
@@ -209,7 +209,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="cstdint.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="integer.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
+<a accesskey="p" href="cstdint.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="integer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: trunk/libs/integer/doc/html/index.html
==============================================================================
--- trunk/libs/integer/doc/html/index.html (original)
+++ trunk/libs/integer/doc/html/index.html 2010-07-08 16:50:29 EDT (Thu, 08 Jul 2010)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Boost.Integer</title>
-<link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 <link rel="home" href="index.html" title="Boost.Integer">
 <link rel="next" href="boost_integer/cstdint.html" title="Standard Integer Types">
@@ -17,8 +17,8 @@
 <td align="center">More</td>
 </tr></table>
 <hr>
-<div class="spirit-nav"><a accesskey="n" href="boost_integer/cstdint.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
-<div class="article" title="Boost.Integer">
+<div class="spirit-nav"><a accesskey="n" href="boost_integer/cstdint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
+<div class="article">
 <div class="titlepage">
 <div>
 <div><h2 class="title">
@@ -39,8 +39,8 @@
 </div></div>
 <div><p class="copyright">Copyright &#169; 2001 -2009 Beman Dawes, Daryle Walker, Gennaro Prota,
       John Maddock</p></div>
-<div><div class="legalnotice" title="Legal Notice">
-<a name="id554213"></a><p>
+<div><div class="legalnotice">
+<a name="id759732"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -61,7 +61,7 @@
 <dt><span class="section"> History</span></dt>
 </dl>
 </div>
-<div class="section" title="Overview">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_integer.overview"></a><a class="link" href="index.html#boost_integer.overview" title="Overview"> Overview</a>
 </h2></div></div></div>
@@ -237,10 +237,10 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: April 05, 2010 at 07:20:03 GMT</small></p></td>
+<td align="left"><p><small>Last revised: July 08, 2010 at 20:45:20 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>
-<div class="spirit-nav"><a accesskey="n" href="boost_integer/cstdint.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a></div>
+<div class="spirit-nav"><a accesskey="n" href="boost_integer/cstdint.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
 </body>
 </html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk