From ed05a4e64bd3435d42fc8471434d6f0769d96c2b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 10 Apr 2024 12:09:48 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Mael --- .../AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h index 492477b4a0f..da3ebb8e99b 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h @@ -42,18 +42,18 @@ public: Construct_source_2 construct_source_2_object(); /*! - A model of `CartesianConstIterator2`. + A model of `CartesianConstIterator_2`. */ typedef unspecified_type Cartesian_const_iterator_2; /*! - A model of `ConstructCartesianConstIterator2`. + A model of `ConstructCartesianConstIterator_2`. */ typedef unspecified_type Construct_cartesian_const_iterator_2; /*! */ - Construct_source_2 construct_cartesian_const_iterator_2_object(); + Construct_cartesian_const_iterator_2 construct_cartesian_const_iterator_2_object(); /*! A functor object to construct a vector giving the direction of a ray. Provides the operator: @@ -63,5 +63,5 @@ public: /*! */ - Construct_source_2 construct_vector_2_object(); + Construct_vector_2 construct_vector_2_object(); };