mirror of https://github.com/CGAL/cgal
Merge pull request #6372 from afabri/Triangulation_2-typo-GF
Triangulation_2: Fix doc bug
This commit is contained in:
commit
948a525d56
|
|
@ -109,6 +109,11 @@ constraint. The value type of this iterator is `Vertex_handle`.
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Vertices_in_constraint_iterator;
|
typedef unspecified_type Vertices_in_constraint_iterator;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
A range type for iterating over the vertices of the constraint.
|
||||||
|
*/
|
||||||
|
typedef unspecified_type Vertices_in_constraint;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
A context enables the access to the vertices of a constraint that pass
|
A context enables the access to the vertices of a constraint that pass
|
||||||
through a subconstraint.
|
through a subconstraint.
|
||||||
|
|
@ -341,7 +346,7 @@ Constraint_iterator constraints_end() const;
|
||||||
/*!
|
/*!
|
||||||
returns a range of constraints.
|
returns a range of constraints.
|
||||||
*/
|
*/
|
||||||
Subconstraints constraints() const;
|
Constraints constraints() const;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns a `Subconstraint_iterator` pointing at the first
|
returns a `Subconstraint_iterator` pointing at the first
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue