Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84262 - trunk/libs/geometry/doc/index/rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2013-05-12 20:54:32


Author: awulkiew
Date: 2013-05-12 20:54:31 EDT (Sun, 12 May 2013)
New Revision: 84262
URL: http://svn.boost.org/trac/boost/changeset/84262

Log:
geometry.index docs: sections in section 'Creation and Modification' replaced by headings.
Text files modified:
   trunk/libs/geometry/doc/index/rtree/creation.qbk | 12 ++----------
   1 files changed, 2 insertions(+), 10 deletions(-)

Modified: trunk/libs/geometry/doc/index/rtree/creation.qbk
==============================================================================
--- trunk/libs/geometry/doc/index/rtree/creation.qbk (original)
+++ trunk/libs/geometry/doc/index/rtree/creation.qbk 2013-05-12 20:54:31 EDT (Sun, 12 May 2013)
@@ -10,8 +10,6 @@
 
 [section Creation and Modification]
 
-[section Creation]
-
 [h4 Template parameters]
 
 __rtree__ has 5 parameters but only 2 are required:
@@ -102,9 +100,7 @@
 
 Non-default R-tree parameters are described in the reference.
 
-[endsect]
-
-[section Copying, moving and swapping]
+[h4 Copying, moving and swapping]
 
 The __rtree__ is copyable and movable container. Move semantics is implemented using Boost.Move library
 so it's possible to move the container on a compilers without rvalue references support.
@@ -127,9 +123,7 @@
  // swap
  rt3.swap(rt2);
 
-[endsect]
-
-[section Inserting and removing Values]
+[h4 Inserting and removing Values]
 
 The following code creates an __rtree__ using quadratic balancing algorithm.
 
@@ -222,6 +216,4 @@
  RTree rt2;
  rt1.spatial_query(Box(/*...*/), bgi::inserter(rt2));
 
-[endsect]
-
 [endsect] [/ Creation and Modification /]


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