diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h b/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h index f2f2784b829..d7230f99eba 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h @@ -22,8 +22,8 @@ #define CGAL_ARR_LANDMARKS_NEAREST_NEIGHBOR_H /*! \file -* Definition of the Arr_landmarks_nearest_neighbor template. -*/ + * Definition of the Arr_landmarks_nearest_neighbor template. + */ #include #include #include @@ -36,10 +36,10 @@ namespace CGAL { /*! \class -* A class that answers nearest neighbor queries. -* It recieves a set of points, and builds a kd-tree for them. -* Given a query point, it finds the closest point to the query. -*/ + * A class that answers nearest neighbor queries. + * It recieves a set of points, and builds a kd-tree for them. + * Given a query point, it finds the closest point to the query. + */ template class Arr_landmarks_nearest_neighbor { public: