Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75749 - in sandbox-branches/geometry/index/doc: . html html/geometry_index
From: adam.wulkiewicz_at_[hidden]
Date: 2011-11-30 08:40:15


Author: awulkiew
Date: 2011-11-30 08:40:14 EST (Wed, 30 Nov 2011)
New Revision: 75749
URL: http://svn.boost.org/trac/boost/changeset/75749

Log:
naming error fixed
Text files modified:
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html | 4 ++--
   sandbox-branches/geometry/index/doc/html/index.html | 4 ++--
   sandbox-branches/geometry/index/doc/rtree.qbk | 2 +-
   3 files changed, 5 insertions(+), 5 deletions(-)

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 2011-11-30 08:40:14 EST (Wed, 30 Nov 2011)
@@ -438,8 +438,8 @@
 </pre>
 <p>
           Furthermore, it's possible to define if the closest, furthest or centroidal
- point of the non-point <code class="computeroutput"><span class="identifier">__Indexable__</span></code>
- should be taken into account in the routine calculating distance.
+ point of the non-point <code class="computeroutput">Indexable</code> should be taken into account
+ in the routine calculating distance.
         </p>
 <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span>Value<span class="special">&gt;</span> <span class="identifier">returned_values</span><span class="special">;</span>
 <a href="http://www.boost.org/libs/geometry/doc/html/geometry/reference/concepts/concept_point.html" target="_top">Point</a> <span class="identifier">pt</span><span class="special">(...);</span>

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 2011-11-30 08:40:14 EST (Wed, 30 Nov 2011)
@@ -30,7 +30,7 @@
 </h3></div></div>
 <div><p class="copyright">Copyright &#169; 2011 Adam Wulkiewicz, Federico J. Fernandez</p></div>
 <div><div class="legalnotice">
-<a name="id787827"></a><p>
+<a name="id808512"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -54,7 +54,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: November 30, 2011 at 12:44:52 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 30, 2011 at 13:38:40 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox-branches/geometry/index/doc/rtree.qbk
==============================================================================
--- sandbox-branches/geometry/index/doc/rtree.qbk (original)
+++ sandbox-branches/geometry/index/doc/rtree.qbk 2011-11-30 08:40:14 EST (Wed, 30 Nov 2011)
@@ -270,7 +270,7 @@
  index::nearest(rt, index::bounded(pt, 10, 500), k, std::back_inserter(returned_values));
 
 Furthermore, it's possible to define if the closest, furthest or centroidal point of the
-non-point `__Indexable__` should be taken into account in the routine calculating distance.
+non-point `__indexable__` should be taken into account in the routine calculating distance.
 
  std::vector<__value__> returned_values;
  __point__ pt(...);


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