typos and partial switching to \tparam

This commit is contained in:
Andreas Fabri 2014-12-04 10:07:52 +01:00
parent 9650d226a1
commit 9c7ab7568c
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@ using an orthogonal distance class.
for example `Search_traits_2<Simple_cartesian<double> >`.
\tparam OrthogonalDistance must be a model of the
concept `GeneralDistance`. If `Traits` is
concept `OrthogonalDistance`. If `Traits` is
`Search_traits_adapter<Key,PointPropertyMap,BaseTraits>`
the default type is `Distance_adapter<Key,PointPropertyMap,Euclidean_distance<BaseTraits> >`,
and `Euclidean_distance<Traits>` otherwise.
The default type is `Euclidean_distance<Traits>`.
\tparam mut be a model of the concept `Splitter`.
\tparam Splitter must be a model of the concept `Splitter`.
The default type is `Sliding_midpoint<Traits>`.
\tparam SpatialTree must be a model of the concept `SpatialTree`.