Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82396 - in sandbox-branches/geometry/index/doc: html html/geometry_index html/geometry_index/r_tree src/tools/doxygen_xml2qbk
From: adam.wulkiewicz_at_[hidden]
Date: 2013-01-07 20:10:12


Author: awulkiew
Date: 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
New Revision: 82396
URL: http://svn.boost.org/trac/boost/changeset/82396

Log:
verbatim font used in methods parameters sections
Text files modified:
   sandbox-branches/geometry/index/doc/html/geometry_index/introduction.html | 2
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html | 2
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html | 10
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html | 16
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/index.html | 385 ++++++++++++++++++++-------------------
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html | 20 +-
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html | 2
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_quickstart.html | 4
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/spatial_queries.html | 2
   sandbox-branches/geometry/index/doc/html/index.html | 4
   sandbox-branches/geometry/index/doc/src/tools/doxygen_xml2qbk/quickbook_output.hpp | 6
   11 files changed, 232 insertions(+), 221 deletions(-)

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/introduction.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/introduction.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/introduction.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Introduction</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="prev" href="../index.html" title="Chapter&#160;1.&#160;Geometry Index">

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>R-tree</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="prev" href="introduction.html" title="Introduction">

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/creation_and_modification.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Creation and modification</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="rtree_quickstart.html" title="Quick Start">
@@ -55,7 +55,7 @@
         </p>
 <pre class="programlisting"><span class="identifier">rtree</span><span class="special">&lt;</span><span class="identifier">Value</span><span class="special">,</span> <span class="identifier">Parameters</span><span class="special">,</span> <span class="identifier">Translator</span> <span class="special">=</span> <span class="identifier">translator</span><span class="special">::</span><span class="identifier">def</span><span class="special">&lt;</span><span class="identifier">Value</span><span class="special">&gt;,</span> <span class="identifier">Allocator</span><span class="special">&gt;</span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">allocator</span><span class="special">&lt;</span><span class="identifier">Value</span><span class="special">&gt;</span> <span class="special">&gt;</span>
 </pre>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
               <code class="computeroutput">Value</code> - type of object which will be stored in the container,
             </li>
@@ -90,7 +90,7 @@
           be handled by the default <code class="computeroutput">Translator</code> - <code class="computeroutput"><span class="identifier">index</span><span class="special">::</span><span class="identifier">translator</span><span class="special">::</span><span class="identifier">def</span><span class="special">&lt;</span>Value<span class="special">&gt;</span></code>
           are defined as follows:
         </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
               <code class="computeroutput">Indexable <span class="special">=</span> Point
               <span class="special">|</span> Box</code>
@@ -116,7 +116,7 @@
           A <code class="computeroutput">Translator</code> is a type which knows how to handle <code class="computeroutput">Value</code>s.
           It has two purposes:
         </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
               it translates <code class="computeroutput">Value</code> to a more suitable <code class="computeroutput">Indexable</code>
               type which is needed by most of operations,
@@ -134,7 +134,7 @@
 <p>
           If comparison of two <code class="computeroutput">Value</code>s is required, the default translator:
         </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
               for <code class="computeroutput">Point</code>
               and <code class="computeroutput">Box</code>

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Exception safety</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="nearest_neighbours_queries.html" title="Nearest neighbours queries">
@@ -29,7 +29,7 @@
 <p>
         In order to be exception-safe the R-tree requires:
       </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
             exception-safe copy constructor and copy assignment of the <code class="computeroutput">Value</code>.
           </li>
@@ -155,7 +155,7 @@
 <td>
                 <p>
                   <span class="emphasis"><em>nothrow</em></span> or <span class="bold"><strong>strong</strong></span>
- [a]</sup></a>
+ <sup>[<a name="geometry_index.r_tree.exception_safety.f0" href="#ftn.geometry_index.r_tree.exception_safety.f0" class="footnote">a</a>]</sup>
                 </p>
               </td>
 </tr>
@@ -185,7 +185,7 @@
               </td>
 <td>
                 <p>
- not safe [b]</sup></a>
+ not safe <sup>[<a name="geometry_index.r_tree.exception_safety.f1" href="#ftn.geometry_index.r_tree.exception_safety.f1" class="footnote">b</a>]</sup>
                 </p>
               </td>
 </tr>
@@ -344,7 +344,7 @@
 <td>
                 <p>
                   <span class="emphasis"><em>nothrow</em></span> or <span class="bold"><strong>strong</strong></span>
- [c]</sup></a>
+ <sup>[<a name="geometry_index.r_tree.exception_safety.f2" href="#ftn.geometry_index.r_tree.exception_safety.f2" class="footnote">c</a>]</sup>
                 </p>
               </td>
 </tr>
@@ -392,15 +392,15 @@
 </tr>
 </tbody>
 <tbody class="footnotes"><tr><td colspan="2">
-<div id="ftn.geometry_index.r_tree.exception_safety.f0" class="footnote"><p>[a]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.exception_safety.f0" href="#geometry_index.r_tree.exception_safety.f0" class="para">a</a>] </sup>
                     <span class="emphasis"><em>nothrow</em></span> - if allocators are equal, <span class="bold"><strong>strong</strong></span> - otherwise
                   </p></div>
-<div id="ftn.geometry_index.r_tree.exception_safety.f1" class="footnote"><p>[b]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.exception_safety.f1" href="#geometry_index.r_tree.exception_safety.f1" class="para">b</a>] </sup>
                     If this operation throws, the R-tree may be left in an inconsistent
                     state, elements must not be inserted or removed, methods may
                     return invalid data.
                   </p></div>
-<div id="ftn.geometry_index.r_tree.exception_safety.f2" class="footnote"><p>[c]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.exception_safety.f2" href="#geometry_index.r_tree.exception_safety.f2" class="para">c</a>] </sup>
                     <span class="emphasis"><em>nothrow</em></span> - if <code class="computeroutput"><span class="identifier">CoordinateType</span></code>
                     has nonthrowing copy constructor, <span class="bold"><strong>strong</strong></span>
                     - otherwise

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/index.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/index.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/index.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Reference</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="exception_safety.html" title="Exception safety">
@@ -31,12 +31,12 @@
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree"></a><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree" title="boost::geometry::index::rtree">boost::geometry::index::rtree</a>
 </h4></div></div></div>
 <p>
- <a class="indexterm" name="id849826"></a><a class="indexterm" name="id849831"></a><a class="indexterm" name="id849835"></a><a class="indexterm" name="id849840"></a>
+ <a class="indexterm" name="idp9968288"></a><a class="indexterm" name="idp9968600"></a><a class="indexterm" name="idp9968912"></a><a class="indexterm" name="idp9969224"></a>
 The R-tree spatial index.
         </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.description">Description</a>
         </h6>
 <p>
           The R-tree spatial index. This is self-balancing spatial index capable
@@ -64,14 +64,14 @@
         </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.header"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.header">Header</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.header"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.header">Header</a>
         </h6>
 <p>
           <code class="computeroutput"><span class="preprocessor">#include</span> <span class="special">&lt;.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
         </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.synopsis">Synopsis</a>
         </h6>
 <p>
 </p>
@@ -88,7 +88,7 @@
         </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.template_parameter_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.template_parameter_s_">Template
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.template_parameter_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.template_parameter_s_">Template
           parameter(s)</a>
         </h6>
 <div class="informaltable"><table class="table">
@@ -162,7 +162,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h4"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.typedef_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.typedef_s_">Typedef(s)</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.typedef_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.typedef_s_">Typedef(s)</a>
         </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -270,7 +270,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h5"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.constructor_s__and_destructor"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.constructor_s__and_destructor">Constructor(s)
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.constructor_s__and_destructor"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.constructor_s__and_destructor">Constructor(s)
           and destructor</a>
         </h6>
 <div class="informaltable"><table class="table">
@@ -385,7 +385,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.h6"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.member_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.member_s_">Member(s)</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.member_s_"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.member_s_">Member(s)</a>
         </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -705,7 +705,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -716,14 +716,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.description">Description</a>
           </h6>
 <p>
             The constructor.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree__.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -752,12 +752,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>parameters_type</strong></span>
+ <code class="computeroutput"><span class="identifier">parameters_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>parameters</em></span>
+ <code class="computeroutput"><span class="identifier">parameters</span></code>
                     </p>
                   </td>
 <td>
@@ -769,12 +769,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>translator_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">translator_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>translator</em></span>
+ <code class="computeroutput"><span class="identifier">translator</span></code>
                     </p>
                   </td>
 <td>
@@ -786,12 +786,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>allocator_type</strong></span>
+ <code class="computeroutput"><span class="identifier">allocator_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>allocator</em></span>
+ <code class="computeroutput"><span class="identifier">allocator</span></code>
                     </p>
                   </td>
 <td>
@@ -810,7 +810,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -824,14 +824,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.description">Description</a>
           </h6>
 <p>
             The constructor.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_iterator__iterator_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -860,12 +860,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>first</em></span>
+ <code class="computeroutput"><span class="identifier">first</span></code>
                     </p>
                   </td>
 <td>
@@ -877,12 +877,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>last</em></span>
+ <code class="computeroutput"><span class="identifier">last</span></code>
                     </p>
                   </td>
 <td>
@@ -894,12 +894,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>parameters_type</strong></span>
+ <code class="computeroutput"><span class="identifier">parameters_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>parameters</em></span>
+ <code class="computeroutput"><span class="identifier">parameters</span></code>
                     </p>
                   </td>
 <td>
@@ -911,12 +911,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>translator_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">translator_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>translator</em></span>
+ <code class="computeroutput"><span class="identifier">translator</span></code>
                     </p>
                   </td>
 <td>
@@ -928,12 +928,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>allocator_type</strong></span>
+ <code class="computeroutput"><span class="identifier">allocator_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>allocator</em></span>
+ <code class="computeroutput"><span class="identifier">allocator</span></code>
                     </p>
                   </td>
 <td>
@@ -952,7 +952,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -965,14 +965,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.description">Description</a>
           </h6>
 <p>
             The constructor.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_range_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1001,12 +1001,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Range const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Range</span> <span class="keyword">const</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>rng</em></span>
+ <code class="computeroutput"><span class="identifier">rng</span></code>
                     </p>
                   </td>
 <td>
@@ -1018,12 +1019,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>parameters_type</strong></span>
+ <code class="computeroutput"><span class="identifier">parameters_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>parameters</em></span>
+ <code class="computeroutput"><span class="identifier">parameters</span></code>
                     </p>
                   </td>
 <td>
@@ -1035,12 +1036,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>translator_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">translator_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>translator</em></span>
+ <code class="computeroutput"><span class="identifier">translator</span></code>
                     </p>
                   </td>
 <td>
@@ -1052,12 +1053,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>allocator_type</strong></span>
+ <code class="computeroutput"><span class="identifier">allocator_type</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>allocator</em></span>
+ <code class="computeroutput"><span class="identifier">allocator</span></code>
                     </p>
                   </td>
 <td>
@@ -1075,7 +1076,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1084,7 +1085,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree._rtree__.description">Description</a>
           </h6>
 <p>
             The destructor.
@@ -1097,7 +1098,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1106,7 +1107,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.description">Description</a>
           </h6>
 <p>
             The copy constructor. It uses parameters, translator and allocator from
@@ -1114,7 +1115,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1142,12 +1143,13 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>rtree const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">rtree</span> <span class="keyword">const</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>src</em></span>
+ <code class="computeroutput"><span class="identifier">src</span></code>
                     </p>
                   </td>
 <td>
@@ -1165,7 +1167,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1174,7 +1176,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.description">Description</a>
           </h6>
 <p>
             The copy constructor. It uses Parameters and translator from the source
@@ -1182,7 +1184,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree_const____allocator_type_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1211,12 +1213,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>rtree const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">rtree</span> <span class="keyword">const</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>src</em></span>
+ <code class="computeroutput"><span class="identifier">src</span></code>
                     </p>
                   </td>
 <td>
@@ -1228,12 +1231,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>allocator_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">allocator_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>allocator</em></span>
+ <code class="computeroutput"><span class="identifier">allocator</span></code>
                     </p>
                   </td>
 <td>
@@ -1252,7 +1255,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1261,7 +1264,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.description">Description</a>
           </h6>
 <p>
             The moving constructor. It uses parameters, translator and allocator
@@ -1269,7 +1272,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.rtree_rtree____.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1297,12 +1300,12 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>rtree &amp;&amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">rtree</span> <span class="special">&amp;&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>src</em></span>
+ <code class="computeroutput"><span class="identifier">src</span></code>
                     </p>
                   </td>
 <td>
@@ -1320,7 +1323,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1329,7 +1332,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.description">Description</a>
           </h6>
 <p>
             The assignment operator. It uses parameters and translator from the source
@@ -1337,7 +1340,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__const_rtree___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1365,12 +1368,13 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>const rtree &amp;</strong></span>
+ <code class="computeroutput"><span class="keyword">const</span> <span class="identifier">rtree</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>src</em></span>
+ <code class="computeroutput"><span class="identifier">src</span></code>
                     </p>
                   </td>
 <td>
@@ -1388,7 +1392,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1397,7 +1401,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.description">Description</a>
           </h6>
 <p>
             The moving assignment. It uses parameters and translator from the source
@@ -1405,7 +1409,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.operator__rtree____.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1433,12 +1437,12 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>rtree &amp;&amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">rtree</span> <span class="special">&amp;&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>src</em></span>
+ <code class="computeroutput"><span class="identifier">src</span></code>
                     </p>
                   </td>
 <td>
@@ -1456,7 +1460,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1465,7 +1469,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.description">Description</a>
           </h6>
 <p>
             Swaps contents of two rtrees. Parameters, translator and allocators are
@@ -1473,7 +1477,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.swap_rtree___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1501,12 +1505,12 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>rtree &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">rtree</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>other</em></span>
+ <code class="computeroutput"><span class="identifier">other</span></code>
                     </p>
                   </td>
 <td>
@@ -1524,7 +1528,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1533,14 +1537,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.description">Description</a>
           </h6>
 <p>
             Insert a value to the index.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_value_type_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1568,12 +1572,12 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>value_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">value_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>value</em></span>
+ <code class="computeroutput"><span class="identifier">value</span></code>
                     </p>
                   </td>
 <td>
@@ -1591,7 +1595,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1601,14 +1605,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.description">Description</a>
           </h6>
 <p>
             Insert a range of values to the index.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_iterator__iterator_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1637,12 +1641,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>first</em></span>
+ <code class="computeroutput"><span class="identifier">first</span></code>
                     </p>
                   </td>
 <td>
@@ -1654,12 +1658,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>last</em></span>
+ <code class="computeroutput"><span class="identifier">last</span></code>
                     </p>
                   </td>
 <td>
@@ -1678,7 +1682,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1688,14 +1692,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.description">Description</a>
           </h6>
 <p>
             Insert a range of values to the index.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.insert_range_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1723,12 +1727,13 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>Range const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Range</span> <span class="keyword">const</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>rng</em></span>
+ <code class="computeroutput"><span class="identifier">rng</span></code>
                     </p>
                   </td>
 <td>
@@ -1746,7 +1751,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1755,7 +1760,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.description">Description</a>
           </h6>
 <p>
             In contrast to the STL set/map erase() method this method removes only
@@ -1763,7 +1768,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1791,12 +1796,12 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>value_type const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">value_type</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>value</em></span>
+ <code class="computeroutput"><span class="identifier">value</span></code>
                     </p>
                   </td>
 <td>
@@ -1808,7 +1813,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_value_type_const___.returns">Returns</a>
           </h6>
 <p>
             1 if the value was removed, 0 otherwise.
@@ -1821,7 +1826,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1831,7 +1836,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.description">Description</a>
           </h6>
 <p>
             In contrast to the STL set/map erase() method it doesn't take iterators
@@ -1841,7 +1846,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1870,12 +1875,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>first</em></span>
+ <code class="computeroutput"><span class="identifier">first</span></code>
                     </p>
                   </td>
 <td>
@@ -1887,12 +1892,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Iterator</strong></span>
+ <code class="computeroutput"><span class="identifier">Iterator</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>last</em></span>
+ <code class="computeroutput"><span class="identifier">last</span></code>
                     </p>
                   </td>
 <td>
@@ -1905,7 +1910,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_iterator__iterator_.returns">Returns</a>
           </h6>
 <p>
             The number of removed values.
@@ -1918,7 +1923,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -1928,7 +1933,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.description">Description</a>
           </h6>
 <p>
             In contrast to the STL set/map erase() method it removes values equal
@@ -1937,7 +1942,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -1965,12 +1970,13 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>Range const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Range</span> <span class="keyword">const</span>
+ <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>rng</em></span>
+ <code class="computeroutput"><span class="identifier">rng</span></code>
                     </p>
                   </td>
 <td>
@@ -1982,7 +1988,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.remove_range_const___.returns">Returns</a>
           </h6>
 <p>
             The number of removed values.
@@ -1995,7 +2001,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2005,7 +2011,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.description">Description</a>
           </h6>
 <p>
             Spatial predicates may be a Geometry (in this case default predicate
@@ -2017,7 +2023,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2046,12 +2052,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Predicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Predicates</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>pred</em></span>
+ <code class="computeroutput"><span class="identifier">pred</span></code>
                     </p>
                   </td>
 <td>
@@ -2063,12 +2069,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>OutIter</strong></span>
+ <code class="computeroutput"><span class="identifier">OutIter</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>out_it</em></span>
+ <code class="computeroutput"><span class="identifier">out_it</span></code>
                     </p>
                   </td>
 <td>
@@ -2082,7 +2088,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.spatial_query_predicates_const____outiter_.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2095,7 +2101,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2105,7 +2111,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.description">Description</a>
           </h6>
 <p>
             The distances predicates may be a Point. This is default case where Value
@@ -2122,7 +2128,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2151,12 +2157,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>DistancesPredicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">DistancesPredicates</span>
+ <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>dpred</em></span>
+ <code class="computeroutput"><span class="identifier">dpred</span></code>
                     </p>
                   </td>
 <td>
@@ -2168,12 +2175,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>value_type &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">value_type</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>v</em></span>
+ <code class="computeroutput"><span class="identifier">v</span></code>
                     </p>
                   </td>
 <td>
@@ -2186,7 +2193,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____value_type___.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2199,7 +2206,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2211,7 +2218,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.description">Description</a>
           </h6>
 <p>
             The distances predicates may be a Point. This is default case where Value
@@ -2236,7 +2243,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2265,12 +2272,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>DistancesPredicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">DistancesPredicates</span>
+ <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>dpred</em></span>
+ <code class="computeroutput"><span class="identifier">dpred</span></code>
                     </p>
                   </td>
 <td>
@@ -2282,12 +2290,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Predicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Predicates</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>pred</em></span>
+ <code class="computeroutput"><span class="identifier">pred</span></code>
                     </p>
                   </td>
 <td>
@@ -2299,12 +2307,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>value_type &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">value_type</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>v</em></span>
+ <code class="computeroutput"><span class="identifier">v</span></code>
                     </p>
                   </td>
 <td>
@@ -2317,7 +2325,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____predicates_const____value_type___.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2330,7 +2338,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2342,7 +2350,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.description">Description</a>
           </h6>
 <p>
             The distances predicates. May be a Point. This is default case where
@@ -2359,7 +2367,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2388,12 +2396,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>DistancesPredicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">DistancesPredicates</span>
+ <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>dpred</em></span>
+ <code class="computeroutput"><span class="identifier">dpred</span></code>
                     </p>
                   </td>
 <td>
@@ -2405,12 +2414,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>size_t</strong></span>
+ <code class="computeroutput"><span class="identifier">size_t</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>k</em></span>
+ <code class="computeroutput"><span class="identifier">k</span></code>
                     </p>
                   </td>
 <td>
@@ -2422,12 +2431,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>OutIter</strong></span>
+ <code class="computeroutput"><span class="identifier">OutIter</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>out_it</em></span>
+ <code class="computeroutput"><span class="identifier">out_it</span></code>
                     </p>
                   </td>
 <td>
@@ -2440,7 +2449,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__outiter_.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2453,7 +2462,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2468,7 +2477,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.description">Description</a>
           </h6>
 <p>
             The distances predicates may be a Point. This is default case where Value
@@ -2493,7 +2502,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2522,12 +2531,13 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>DistancesPredicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">DistancesPredicates</span>
+ <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>dpred</em></span>
+ <code class="computeroutput"><span class="identifier">dpred</span></code>
                     </p>
                   </td>
 <td>
@@ -2539,12 +2549,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>size_t</strong></span>
+ <code class="computeroutput"><span class="identifier">size_t</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>k</em></span>
+ <code class="computeroutput"><span class="identifier">k</span></code>
                     </p>
                   </td>
 <td>
@@ -2556,12 +2566,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>Predicates const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">Predicates</span> <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>pred</em></span>
+ <code class="computeroutput"><span class="identifier">pred</span></code>
                     </p>
                   </td>
 <td>
@@ -2573,12 +2583,12 @@
 <tr>
 <td>
                     <p>
- <span class="bold"><strong>OutIter</strong></span>
+ <code class="computeroutput"><span class="identifier">OutIter</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>out_it</em></span>
+ <code class="computeroutput"><span class="identifier">out_it</span></code>
                     </p>
                   </td>
 <td>
@@ -2591,7 +2601,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.nearest_query_distancespredicates_const____size_t__predicates_const____outiter_.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2603,7 +2613,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2612,14 +2622,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.description">Description</a>
           </h6>
 <p>
             Returns the number of stored values.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.size__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.size__.returns">Returns</a>
           </h6>
 <p>
             The number of stored values.
@@ -2631,7 +2641,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2640,14 +2650,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.description">Description</a>
           </h6>
 <p>
             Query if the container is empty.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.empty__.returns">Returns</a>
           </h6>
 <p>
             true if the container is empty.
@@ -2659,7 +2669,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2668,7 +2678,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.clear__.description">Description</a>
           </h6>
 <p>
             Removes all values stored in the container.
@@ -2680,7 +2690,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2689,7 +2699,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.description">Description</a>
           </h6>
 <p>
             Returns the box containing all values stored in the container. If the
@@ -2697,7 +2707,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.box__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.box__.returns">Returns</a>
           </h6>
 <p>
             The box containing all values stored in the container or an invalid box
@@ -2711,7 +2721,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2721,7 +2731,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.description">Description</a>
           </h6>
 <p>
             For indexable_type it returns the number of values which indexables equals
@@ -2730,7 +2740,7 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.parameters">Parameters</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.parameters"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -2758,12 +2768,13 @@
 <tbody><tr>
 <td>
                     <p>
- <span class="bold"><strong>ValueOrIndexable const &amp;</strong></span>
+ <code class="computeroutput"><span class="identifier">ValueOrIndexable</span>
+ <span class="keyword">const</span> <span class="special">&amp;</span></code>
                     </p>
                   </td>
 <td>
                     <p>
- <span class="emphasis"><em>vori</em></span>
+ <code class="computeroutput"><span class="identifier">vori</span></code>
                     </p>
                   </td>
 <td>
@@ -2775,7 +2786,7 @@
 </table></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.h3"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.count_valueorindexable_const___.returns">Returns</a>
           </h6>
 <p>
             The number of values found.
@@ -2787,7 +2798,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2796,14 +2807,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.description">Description</a>
           </h6>
 <p>
             Returns parameters.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.parameters__.returns">Returns</a>
           </h6>
 <p>
             The parameters object.
@@ -2815,7 +2826,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2824,14 +2835,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.description">Description</a>
           </h6>
 <p>
             Returns the translator object.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.translator__.returns">Returns</a>
           </h6>
 <p>
             The translator object.
@@ -2843,7 +2854,7 @@
 </h5></div></div></div>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.synopsis">Synopsis</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.synopsis"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.synopsis">Synopsis</a>
           </h6>
 <p>
 </p>
@@ -2852,14 +2863,14 @@
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.h1"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.description">Description</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.description"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.description">Description</a>
           </h6>
 <p>
             Returns allocator used by the rtree.
           </p>
 <h6>
 <a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.h2"></a>
- <span class="phrase"><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.returns">Returns</a>
+ <span><a name="geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.returns"></a></span><a class="link" href="index.html#geometry_index.r_tree.index.boost_geometry_index_rtree.get_allocator__.returns">Returns</a>
           </h6>
 <p>
             The allocator.

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Introduction</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="../r_tree.html" title="R-tree">
@@ -28,10 +28,10 @@
 </h3></div></div></div>
 <p>
         R-tree is a tree data structure used for spatial searching. It was proposed
- by Antonin Guttman in 1984 [1]</sup></a> as an expansion of B-tree for multi-dimensional data. It may
+ by Antonin Guttman in 1984 <sup>[<a name="geometry_index.r_tree.introduction.f0" href="#ftn.geometry_index.r_tree.introduction.f0" class="footnote">1</a>]</sup> as an expansion of B-tree for multi-dimensional data. It may
         be used to store points or volumetric data in order to perform a spatial
         query later. This query may return objects that are inside some area or are
- close to some point in space [2]</sup></a>.
+ close to some point in space <sup>[<a name="geometry_index.r_tree.introduction.f1" href="#ftn.geometry_index.r_tree.introduction.f1" class="footnote">2</a>]</sup>.
       </p>
 <p>
         The R-tree structure is presented on the image below. Each R-tree's node
@@ -51,7 +51,7 @@
       </p>
 <p>
         The R-tree is a self-balanced data structure. The key part of balancing algorithm
- is node splitting algorithm [3]</sup></a> [4]</sup></a>. Each algorithm produces different splits so the internal structure
+ is node splitting algorithm <sup>[<a name="geometry_index.r_tree.introduction.f2" href="#ftn.geometry_index.r_tree.introduction.f2" class="footnote">3</a>]</sup> <sup>[<a name="geometry_index.r_tree.introduction.f3" href="#ftn.geometry_index.r_tree.introduction.f3" class="footnote">4</a>]</sup>. Each algorithm produces different splits so the internal structure
         of a tree may be different for each one of them. In general more complex
         algorithms analyses elements better and produces less overlapping nodes.
         In the searching process less nodes must be traversed in order to find desired
@@ -180,7 +180,7 @@
 <p>
         Key features of this implementation of the R-tree are:
       </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 <li class="listitem">
             capable to store arbitrary Value type,
           </li>
@@ -201,20 +201,20 @@
           </li>
 </ul></div>
 <div class="footnotes">
-<br><hr style="width:100; align:left;">
-<div id="ftn.geometry_index.r_tree.introduction.f0" class="footnote"><p>[1]
+<br><hr width="100" align="left">
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.introduction.f0" href="#geometry_index.r_tree.introduction.f0" class="para">1</a>] </sup>
           Guttman, A. (1984). <span class="emphasis"><em>R-Trees: A Dynamic Index Structure for Spatial
           Searching</em></span>
         </p></div>
-<div id="ftn.geometry_index.r_tree.introduction.f1" class="footnote"><p>[2]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.introduction.f1" href="#geometry_index.r_tree.introduction.f1" class="para">2</a>] </sup>
           Cheung, K.; Fu, A. (1998). <span class="emphasis"><em>Enhanced Nearest Neighbour Search
           on the R-tree</em></span>
         </p></div>
-<div id="ftn.geometry_index.r_tree.introduction.f2" class="footnote"><p>[3]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.introduction.f2" href="#geometry_index.r_tree.introduction.f2" class="para">3</a>] </sup>
           Greene, D. (1989). <span class="emphasis"><em>An implementation and performance analysis
           of spatial data access methods</em></span>
         </p></div>
-<div id="ftn.geometry_index.r_tree.introduction.f3" class="footnote"><p>[4]
+<div class="footnote"><p><sup>[<a id="ftn.geometry_index.r_tree.introduction.f3" href="#geometry_index.r_tree.introduction.f3" class="para">4</a>] </sup>
           Beckmann, N.; Kriegel, H. P.; Schneider, R.; Seeger, B. (1990). <span class="emphasis"><em>The
           R*-tree: an efficient and robust access method for points and rectangles</em></span>
         </p></div>

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Nearest neighbours queries</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="spatial_queries.html" title="Spatial queries">

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_quickstart.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_quickstart.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_quickstart.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Quick Start</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="introduction.html" title="Introduction">
@@ -150,7 +150,7 @@
       </p>
 <h4>
 <a name="geometry_index.r_tree.rtree_quickstart.h0"></a>
- <span class="phrase"><a name="geometry_index.r_tree.rtree_quickstart.more"></a></span><a class="link" href="rtree_quickstart.html#geometry_index.r_tree.rtree_quickstart.more">More</a>
+ <span><a name="geometry_index.r_tree.rtree_quickstart.more"></a></span><a class="link" href="rtree_quickstart.html#geometry_index.r_tree.rtree_quickstart.more">More</a>
       </h4>
 <p>
         More information about the R-tree implementation, other algorithms and queries

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/spatial_queries.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/spatial_queries.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/spatial_queries.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Spatial queries</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="up" href="../r_tree.html" title="R-tree">
 <link rel="prev" href="creation_and_modification.html" title="Creation and modification">

Modified: sandbox-branches/geometry/index/doc/html/index.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/index.html (original)
+++ sandbox-branches/geometry/index/doc/html/index.html 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Chapter&#160;1.&#160;Geometry Index</title>
 <link rel="stylesheet" href="http://www.boost.org/doc/libs/release/doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 <link rel="home" href="index.html" title="Chapter&#160;1.&#160;Geometry Index">
 <link rel="next" href="geometry_index/introduction.html" title="Introduction">
 </head>
@@ -57,7 +57,7 @@
 </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: January 07, 2013 at 23:37:04 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 08, 2013 at 01:06:35 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox-branches/geometry/index/doc/src/tools/doxygen_xml2qbk/quickbook_output.hpp
==============================================================================
--- sandbox-branches/geometry/index/doc/src/tools/doxygen_xml2qbk/quickbook_output.hpp (original)
+++ sandbox-branches/geometry/index/doc/src/tools/doxygen_xml2qbk/quickbook_output.hpp 2013-01-07 20:10:10 EST (Mon, 07 Jan 2013)
@@ -621,9 +621,9 @@
         counts[f.type]++;
     }
 
- if (counts[function_constructor] > 0)
+ if (counts[function_constructor_destructor] > 0)
     {
- quickbook_output_member(cos.functions, function_constructor, "Constructor", config, out);
+ quickbook_output_member(cos.functions, function_constructor_destructor, "Constructor", config, out);
     }
 
     if (counts[function_member] > 0)
@@ -743,7 +743,7 @@
                 {
                     if (!p.skip)
                     {
- out << "[[ *" << p.fulltype << "* ][ /" << p.name << "/ ][" << p.brief_description << "]]"<< std::endl;
+ out << "[[ `" << p.fulltype << "` ][ `" << p.name << "` ][" << p.brief_description << "]]"<< std::endl;
                     }
                 }
                 out << "]" << std::endl;


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