mirror of https://github.com/CGAL/cgal
fixing comment for Node_index_range
removing Node_range [skip ci]
This commit is contained in:
parent
172044b128
commit
beea3f2fda
|
|
@ -137,10 +137,10 @@ public:
|
||||||
using Split_predicate = std::function<bool(Node_index, const Self&)>;
|
using Split_predicate = std::function<bool(Node_index, const Self&)>;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief A model of `ConstRange` whose value type is `Node_index`. Its iterator type is `ForwardIterator`.
|
* \brief A model of `ConstRange` whose value type is `Node_index` and its iterator type is `ForwardIterator`.
|
||||||
*/
|
*/
|
||||||
#ifdef DOXYGEN_RUNNING
|
#ifdef DOXYGEN_RUNNING
|
||||||
using Node_range = unspecified_type;
|
|
||||||
using Node_index_range = unspecified_type;
|
using Node_index_range = unspecified_type;
|
||||||
#else
|
#else
|
||||||
using Node_index_range = boost::iterator_range<Index_traversal_iterator<Self>>;
|
using Node_index_range = boost::iterator_range<Index_traversal_iterator<Self>>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue