Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75748 - in sandbox-branches/geometry/index/doc: . html html/geometry_index
From: adam.wulkiewicz_at_[hidden]
Date: 2011-11-30 07:49:39


Author: awulkiew
Date: 2011-11-30 07:49:37 EST (Wed, 30 Nov 2011)
New Revision: 75748
URL: http://svn.boost.org/trac/boost/changeset/75748

Log:
naming error fixed
Text files modified:
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree.html | 8 ++++----
   sandbox-branches/geometry/index/doc/html/index.html | 4 ++--
   sandbox-branches/geometry/index/doc/rtree.qbk | 8 ++++----
   3 files changed, 10 insertions(+), 10 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 07:49:37 EST (Wed, 30 Nov 2011)
@@ -444,19 +444,19 @@
 <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>
 
-<span class="comment">/* default - distance between __indexable__'s closest point and a query point
+<span class="comment">/* default - distance between Indexable's closest point and a query point
 must be greater than 10 */</span>
 <span class="identifier">index</span><span class="special">::</span><span class="identifier">nearest</span><span class="special">(</span><span class="identifier">rt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">min_bounded</span><span class="special">(</span><span class="identifier">pt</span><span class="special">,</span> <span class="number">10</span><span class="special">),</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">back_inserter</span><span class="special">(</span><span class="identifier">returned_values</span><span class="special">));</span>
 
-<span class="comment">/* same as default - distance between __indexable__'s closest point and a query point
+<span class="comment">/* same as default - distance between Indexable's closest point and a query point
 must be greater than 10 */</span>
 <span class="identifier">index</span><span class="special">::</span><span class="identifier">nearest</span><span class="special">(</span><span class="identifier">rt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">min_bounded</span><span class="special">(</span><span class="identifier">pt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">near</span><span class="special">(</span><span class="number">10</span><span class="special">)),</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">back_inserter</span><span class="special">(</span><span class="identifier">returned_values</span><span class="special">));</span>
 
-<span class="comment">/* distance between __indexable__'s furthest point and a query point
+<span class="comment">/* distance between Indexable's furthest point and a query point
 must be greater than 10 */</span>
 <span class="identifier">index</span><span class="special">::</span><span class="identifier">nearest</span><span class="special">(</span><span class="identifier">rt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">min_bounded</span><span class="special">(</span><span class="identifier">pt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">far</span><span class="special">(</span><span class="number">10</span><span class="special">)),</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">back_inserter</span><span class="special">(</span><span class="identifier">returned_values</span><span class="special">));</span>
 
-<span class="comment">/* distance between __indexable__'s centroid and a query point
+<span class="comment">/* distance between Indexable's centroid and a query point
 must be greater than 10 */</span>
 <span class="identifier">index</span><span class="special">::</span><span class="identifier">nearest</span><span class="special">(</span><span class="identifier">rt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">min_bounded</span><span class="special">(</span><span class="identifier">pt</span><span class="special">,</span> <span class="identifier">index</span><span class="special">::</span><span class="identifier">centroid</span><span class="special">(</span><span class="number">10</span><span class="special">)),</span> <span class="identifier">k</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">back_inserter</span><span class="special">(</span><span class="identifier">returned_values</span><span class="special">));</span>
 </pre>

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 07:49:37 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="id783458"></a><p>
+<a name="id787827"></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 03:13:32 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 30, 2011 at 12:44:52 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 07:49:37 EST (Wed, 30 Nov 2011)
@@ -275,19 +275,19 @@
  std::vector<__value__> returned_values;
  __point__ pt(...);
 
- /* default - distance between __indexable__'s closest point and a query point
+ /* default - distance between Indexable's closest point and a query point
  must be greater than 10 */
  index::nearest(rt, index::min_bounded(pt, 10), k, std::back_inserter(returned_values));
 
- /* same as default - distance between __indexable__'s closest point and a query point
+ /* same as default - distance between Indexable's closest point and a query point
  must be greater than 10 */
  index::nearest(rt, index::min_bounded(pt, index::near(10)), k, std::back_inserter(returned_values));
 
- /* distance between __indexable__'s furthest point and a query point
+ /* distance between Indexable's furthest point and a query point
  must be greater than 10 */
  index::nearest(rt, index::min_bounded(pt, index::far(10)), k, std::back_inserter(returned_values));
 
- /* distance between __indexable__'s centroid and a query point
+ /* distance between Indexable's centroid and a query point
  must be greater than 10 */
  index::nearest(rt, index::min_bounded(pt, index::centroid(10)), k, std::back_inserter(returned_values));
 


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