mirror of https://github.com/CGAL/cgal
Fix PointRange -> ClusterRange
This commit is contained in:
parent
d27c5a97db
commit
29433bc164
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue