mirror of https://github.com/CGAL/cgal
fixed typo in the doc
This commit is contained in:
parent
988456ba88
commit
3fe2e76606
|
|
@ -1,6 +1,9 @@
|
|||
Package triangulation: provides triangulations Delaunay triangulations,
|
||||
constrained and regular triangulations with tests and examples.
|
||||
|
||||
ver 8.26
|
||||
- fixed typo in the doc
|
||||
|
||||
ver 8.25 (25/11/03)
|
||||
- fixed #include/CGAL/Triangulation_short_names_3.h in
|
||||
Triangulation_hierarchy_vertex_base_2.h
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ vertices_in_constraint_begin(Vertex_handle va, Vertex_handle vb);}
|
|||
of an input constraint.}
|
||||
\ccGlue
|
||||
\ccMethod{Vertices_in_constraint_iterator
|
||||
vertices_in_constraint_end(Vertex_handle va, ertex_handle vb);}
|
||||
vertices_in_constraint_end(Vertex_handle va, Vertex_handle vb);}
|
||||
{Returns an iterator past the last vertex on the constraint
|
||||
\ccc{(va,vb)}
|
||||
\ccPrecond \ccc{va} and \ccc{vb} refer to the vertices
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ vertices_in_constraint_begin(Vertex_handle va, Vertex_handle vb);}
|
|||
of an input constraint.}
|
||||
\ccGlue
|
||||
\ccMethod{Vertices_in_constraint_iterator
|
||||
vertices_in_constraint_end(Vertex_handle va, ertex_handle vb);}
|
||||
vertices_in_constraint_end(Vertex_handle va, Vertex_handle vb);}
|
||||
{Returns an iterator past the last vertex on the constraint
|
||||
\ccc{(va,vb)}
|
||||
\ccPrecond \ccc{va} and \ccc{vb} refer to the vertices
|
||||
|
|
|
|||
Loading…
Reference in New Issue