From 3d90915d87c20aaad73c6fe91145c5ca70c9e0a1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 10 Apr 2024 12:23:48 +0100 Subject: [PATCH] fixes after review --- .../doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h | 3 +++ .../doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_3.h | 3 +++ AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h index d4670be5862..40d8135ae73 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h @@ -38,6 +38,7 @@ public: typedef unspecified_type Construct_source_2; /*! + returns the `Construct_source_2` functor. */ Construct_source_2 construct_source_2_object(); @@ -52,6 +53,7 @@ public: typedef unspecified_type Construct_cartesian_const_iterator_2; /*! + returns the `Construct_cartesian_const_iterator_2` functor. */ Construct_cartesian_const_iterator_2 construct_cartesian_const_iterator_2_object(); @@ -62,6 +64,7 @@ public: typedef unspecified_type Construct_vector_2; /*! + returns the `Construct_vector_2` functor. */ Construct_vector_2 construct_vector_2_object(); }; diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_3.h b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_3.h index 5a762a4a376..84ef6de2260 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_3.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_3.h @@ -37,6 +37,7 @@ public: typedef unspecified_type Construct_source_3; /*! + returns the `Construct_source_3` functor. */ Construct_source_3 construct_source_3_object(); @@ -51,6 +52,7 @@ public: typedef unspecified_type Construct_cartesian_const_iterator_3; /*! + returns the `Construct_cartesian_const_iterator_3` functor. */ Construct_cartesian_const_iterator_3 construct_cartesian_const_iterator_3_object(); @@ -61,6 +63,7 @@ public: typedef unspecified_type Construct_vector_3; /*! + returns the `Construct_vector_3` functor. */ Construct_vector_3 construct_vector_3_object(); }; diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h index bad402323b2..b7189d2f406 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h @@ -37,6 +37,7 @@ public: typedef unspecified_type Construct_source; /*! + returns the `Construct_source` functor. */ Construct_source construct_source_object(); @@ -51,6 +52,7 @@ public: typedef unspecified_type Construct_cartesian_const_iterator; /*! + returns the `Construct_cartesian_const_iterator` functor. */ Construct_cartesian_const_iterator construct_cartesian_const_iterator_object(); @@ -61,6 +63,7 @@ public: typedef unspecified_type Construct_vector; /*! + returns the `Construct_vector` functor. */ Construct_vector construct_vector_object();