This commit is contained in:
Sébastien Loriot 2015-03-26 23:47:26 +01:00
parent b7bd609b20
commit dba58b759a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ shape. The implementation follows \cgalCite{Schnabel07}.
boost::iterator_range<typename std::vector<Shape *>::const_iterator>
Shape_range;
#endif
///< Range of extracted shapes with typ `Shape *`. Model of the `ConstRange` concept.
///< Range of extracted shapes with `Shape*` as value type. Model of the `ConstRange` concept.
#ifdef DOXYGEN_RUNNING
typedef unspecified_type Point_index_range; ///< Range of indices of points of type `std::size_t` into the provided input point range. Model of the `boost::BidirectionalRange` concept.