diff --git a/doc/html/geometry_index/r_tree/creation_and_modification.html b/doc/html/geometry_index/r_tree/creation_and_modification.html index 7909b5d67..096b84562 100644 --- a/doc/html/geometry_index/r_tree/creation_and_modification.html +++ b/doc/html/geometry_index/r_tree/creation_and_modification.html @@ -53,7 +53,7 @@
R-tree has 4 parameters:
-rtree<Value, Parameters, Translator = translator::def<Value>, Allocator> = std::allocator<Value> > +rtree<Value, Parameters, Translator = index::translator<Value>, Allocator> = std::allocator<Value> >
- @@ -87,7 +87,7 @@ in this documentation. Each type adapted to
PointorBoxconcept is anIndexable.Values types which can - be handled by the defaultTranslator-index::translator::def<Value>+ be handled by the defaultTranslator-index::translator<Value>are defined as follows:diff --git a/doc/html/geometry_index/r_tree/introduction.html b/doc/html/geometry_index/r_tree/introduction.html index 00e5b8943..74f9022ec 100644 --- a/doc/html/geometry_index/r_tree/introduction.html +++ b/doc/html/geometry_index/r_tree/introduction.html @@ -223,7 +223,7 @@
The spatial index was originally started by Federico J. Fernandez during - the Google-Of-Summer project 2008, mentored by Hartmut Kaiser. + the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
@@ -231,9 +231,8 @@ thanks
- I'd like to thank Barend Gehrels, Bruno Lalande, Lucanus J. Simonson for - their support and ideas, as well as the members of the Boost.Geometry mailing - list for their help. + I'd like to thank Barend Gehrels, Bruno Lalande, Mateusz Łoskot, Lucanus + J. Simonson for their support and ideas.
diff --git a/doc/html/index.html b/doc/html/index.html index 2c2551f7e..30f0631c9 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -51,7 +51,7 @@
- + Last revised: February 22, 2013 at 13:50:49 GMT
Last revised: February 23, 2013 at 04:28:38 GMT
diff --git a/doc/rtree/creation.qbk b/doc/rtree/creation.qbk index 100204841..9d0cfba8b 100644 --- a/doc/rtree/creation.qbk +++ b/doc/rtree/creation.qbk @@ -14,7 +14,7 @@ __rtree__ has 4 parameters: - rtree, Allocator> = std::allocator > + rtree , Allocator> = std::allocator > * `__value__` - type of object which will be stored in the container, * `Parameters` - parameters type, inserting/splitting algorithm, @@ -29,7 +29,7 @@ __rtree__ has 4 parameters: __rtree__ may store `__value__`s of any type as long the `__translator__` knows how to interpret those `__value__`s and extract an object that the __rtree__ can handle. Those objects are called `__indexable__`s in this documentation. Each type adapted to `__point__` or `__box__` concept is an `__indexable__`. -`__value__`s types which can be handled by the default `__translator__` - `index::translator::def<__value__>` +`__value__`s types which can be handled by the default `__translator__` - `index::translator<__value__>` are defined as follows: * `__indexable__ = __point__ | __box__` diff --git a/doc/rtree/introduction.qbk b/doc/rtree/introduction.qbk index d309dc6f4..852a7b62e 100644 --- a/doc/rtree/introduction.qbk +++ b/doc/rtree/introduction.qbk @@ -1,4 +1,4 @@ -[/============================================================================ +[/============================================================================ Boost.Geometry Index Copyright (c) 2011-2012 Adam Wulkiewicz. @@ -61,11 +61,11 @@ R-tree depends on *Boost.Move*, *Boost.Container*, *Boost.Tuple*, *Boost.Utility [heading Contributors] -The spatial index was originally started by Federico J. Fernandez during the Google-Of-Summer project 2008, mentored by Hartmut Kaiser. +The spatial index was originally started by Federico J. Fernandez during the Google Summer of Code 2008 program, mentored by Hartmut Kaiser. [heading Spatial thanks] -I'd like to thank Barend Gehrels, Bruno Lalande, Lucanus J. Simonson for their support and ideas, as well as the members of the Boost.Geometry mailing list for their help. +I'd like to thank Barend Gehrels, Bruno Lalande, Mateusz Łoskot, Lucanus J. Simonson for their support and ideas. [endsect]