From 9c7ab7568c2e364b97f145ba1fe58f62f64693ca Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 4 Dec 2014 10:07:52 +0100 Subject: [PATCH] typos and partial switching to \tparam --- .../doc/Spatial_searching/CGAL/Orthogonal_k_neighbor_search.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_k_neighbor_search.h b/Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_k_neighbor_search.h index f1412fb896d..f5f9040a560 100644 --- a/Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_k_neighbor_search.h +++ b/Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_k_neighbor_search.h @@ -13,14 +13,14 @@ using an orthogonal distance class. for example `Search_traits_2 >`. \tparam OrthogonalDistance must be a model of the -concept `GeneralDistance`. If `Traits` is +concept `OrthogonalDistance`. If `Traits` is `Search_traits_adapter` the default type is `Distance_adapter >`, and `Euclidean_distance` otherwise. The default type is `Euclidean_distance`. -\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`. \tparam SpatialTree must be a model of the concept `SpatialTree`.