From 33cc6f048359a4e0e661bcc2c0b6fe57d2ab9932 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Mon, 26 Aug 2019 15:43:02 +0200 Subject: [PATCH] Update doc of Search_traits_adapter --- .../doc/Spatial_searching/CGAL/Search_traits_adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spatial_searching/doc/Spatial_searching/CGAL/Search_traits_adapter.h b/Spatial_searching/doc/Spatial_searching/CGAL/Search_traits_adapter.h index f7a9ea9b19e..005201d8d74 100644 --- a/Spatial_searching/doc/Spatial_searching/CGAL/Search_traits_adapter.h +++ b/Spatial_searching/doc/Spatial_searching/CGAL/Search_traits_adapter.h @@ -11,7 +11,7 @@ in a nearest neighbor search algorithm, this class must be used as distance. \tparam Key is a type that is associated to a point of type `Base_distance::Point_d`. -\tparam PointPropertyMap is a model of `LvaluePropertyMap` +\tparam PointPropertyMap is a model of `ReadablePropertyMap` with `Key` as key type and `Base_distance::Point_d` as value type. \tparam Base_distance is a model of either `GeneralDistance` or `OrthogonalDistance`.