Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81581 - in sandbox-branches/geometry/index_dev/doc: html html/geometry_index/r_tree rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2012-11-26 17:13:59


Author: awulkiew
Date: 2012-11-26 17:13:58 EST (Mon, 26 Nov 2012)
New Revision: 81581
URL: http://svn.boost.org/trac/boost/changeset/81581

Log:
Small change in docs (text formatting).
Text files modified:
   sandbox-branches/geometry/index_dev/doc/html/geometry_index/r_tree/creation_and_modification.html | 2 +-
   sandbox-branches/geometry/index_dev/doc/html/index.html | 2 +-
   sandbox-branches/geometry/index_dev/doc/rtree/creation.qbk | 2 +-
   3 files changed, 3 insertions(+), 3 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 17:13:58 EST (Mon, 26 Nov 2012)
@@ -324,7 +324,7 @@
         iterator</a>
 </h4></div></div></div>
 <p>
- There are functions like std::copy(), or R-tree's queries that copy values
+ There are functions like <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">copy</span><span class="special">()</span></code>, or R-tree's queries that copy values
           to an output iterator. In order to insert values to a container in this
           kind of function insert iterators may be used. Geometry.Index provide its
           own <code class="computeroutput"><span class="identifier">bgi</span><span class="special">::</span><span class="identifier">insert_iterator</span><span class="special">&lt;</span><span class="identifier">Container</span><span class="special">&gt;</span></code>

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 17:13:58 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 21:45:33 GMT</small></p></td>
+<td align="left"><p><small>Last revised: November 26, 2012 at 22:11: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 17:13:58 EST (Mon, 26 Nov 2012)
@@ -202,7 +202,7 @@
 
 [section Insert iterator]
 
-There are functions like std::copy(), or __rtree__'s queries that copy values to an output iterator.
+There are functions like `std::copy()`, or __rtree__'s queries that copy values to an output iterator.
 In order to insert values to a container in this kind of function insert iterators may be used.
 Geometry.Index provide its own `bgi::insert_iterator<Container>` which is generated by
 `bgi::inserter()` function.


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