diff --git a/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h b/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h index 476f80f0476..a65698ffa1a 100644 --- a/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h +++ b/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h @@ -51,7 +51,7 @@ public: /*! \brief Constructs the feature. - \tparam PointRange model of `ConstRange`. Its iterator type + \tparam ClusterRange model of `ConstRange`. Its iterator type is `RandomAccessIterator` and its value type is the key type of `Cluster`. diff --git a/Classification/include/CGAL/Classification/Feature/Cluster_size.h b/Classification/include/CGAL/Classification/Feature/Cluster_size.h index 4c0de5f0bfe..199baae0fd3 100644 --- a/Classification/include/CGAL/Classification/Feature/Cluster_size.h +++ b/Classification/include/CGAL/Classification/Feature/Cluster_size.h @@ -48,7 +48,7 @@ public: /*! \brief Constructs the feature. - \tparam PointRange model of `ConstRange`. Its iterator type + \tparam ClusterRange model of `ConstRange`. Its iterator type is `RandomAccessIterator` and its value type is the key type of `Cluster`. diff --git a/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h b/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h index 5c367b4b2a5..027b6cd2f31 100644 --- a/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h +++ b/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h @@ -51,7 +51,7 @@ public: /*! \brief Constructs the feature. - \tparam PointRange model of `ConstRange`. Its iterator type + \tparam ClusterRange model of `ConstRange`. Its iterator type is `RandomAccessIterator` and its value type is the key type of `Cluster`. diff --git a/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h b/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h index 8d423f8aa6b..55ca1885779 100644 --- a/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h +++ b/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h @@ -51,7 +51,7 @@ public: /*! \brief Constructs the feature. - \tparam PointRange model of `ConstRange`. Its iterator type + \tparam ClusterRange model of `ConstRange`. Its iterator type is `RandomAccessIterator` and its value type is the key type of `Cluster`.