Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81550 - in sandbox-branches/geometry/index_dev/doc: html html/geometry_index/r_tree rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2012-11-26 07:47:23


Author: awulkiew
Date: 2012-11-26 07:47:22 EST (Mon, 26 Nov 2012)
New Revision: 81550
URL: http://svn.boost.org/trac/boost/changeset/81550

Log:
Small error in docs fixed.

Text files modified:
   sandbox-branches/geometry/index_dev/doc/html/geometry_index/r_tree/creation_and_modification.html | 4 ++--
   sandbox-branches/geometry/index_dev/doc/html/index.html | 2 +-
   sandbox-branches/geometry/index_dev/doc/rtree/creation.qbk | 2 +-
   3 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox-branches/geometry/index_dev/doc/html/geometry_index/r_tree/creation_and_modification.html
==============================================================================
--- sandbox-branches/geometry/index_dev/doc/html/geometry_index/r_tree/creation_and_modification.html (original)
+++ sandbox-branches/geometry/index_dev/doc/html/geometry_index/r_tree/creation_and_modification.html 2012-11-26 07:47:22 EST (Mon, 26 Nov 2012)
@@ -164,8 +164,8 @@
         and splitting algorithms (run-time)</a>
 </h4></div></div></div>
 <p>
- Splitting algorithm parameters may be also passed to the R-tree in run
- time. To use run-time versions of the R-tree one may pass parameters defined
+ Splitting algorithm parameters may be passed to the R-tree in run time.
+ To use run-time versions of the R-tree one may pass parameters defined
           in index::runtime namespace.
         </p>
 <pre class="programlisting"><span class="comment">// linear</span>

Modified: sandbox-branches/geometry/index_dev/doc/html/index.html
==============================================================================
--- sandbox-branches/geometry/index_dev/doc/html/index.html (original)
+++ sandbox-branches/geometry/index_dev/doc/html/index.html 2012-11-26 07:47:22 EST (Mon, 26 Nov 2012)
@@ -56,7 +56,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 26, 2012 at 12:43:19 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 26, 2012 at 12:46:47 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox-branches/geometry/index_dev/doc/rtree/creation.qbk
==============================================================================
--- sandbox-branches/geometry/index_dev/doc/rtree/creation.qbk (original)
+++ sandbox-branches/geometry/index_dev/doc/rtree/creation.qbk 2012-11-26 07:47:22 EST (Mon, 26 Nov 2012)
@@ -78,7 +78,7 @@
 
 [section Inserting and splitting algorithms (run-time)]
 
-Splitting algorithm parameters may be also passed to the __rtree__ in run time.
+Splitting algorithm parameters may be passed to the __rtree__ in run time.
 To use run-time versions of the __rtree__ one may pass parameters defined in index::runtime
 namespace.
 


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