mirror of https://github.com/CGAL/cgal
doc bug-fix
This commit is contained in:
parent
eafa97a862
commit
1f70e59210
|
|
@ -111,7 +111,7 @@ typedef unspecified_type Subconstraints;
|
||||||
/*!
|
/*!
|
||||||
An iterator to visit all the subconstraints of the triangulation and the
|
An iterator to visit all the subconstraints of the triangulation and the
|
||||||
contexts of their enclosing constraints. The order of visit is undefined.
|
contexts of their enclosing constraints. The order of visit is undefined.
|
||||||
The value type of this iterator is `std::pair<const Subconstraint, std::list<Context>*>`.
|
The value type of this iterator is `const std::pair<const Subconstraint, std::list<Context>*>`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Subconstraint_and_contexts_iterator;
|
typedef unspecified_type Subconstraint_and_contexts_iterator;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue