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> >