mirror of https://github.com/CGAL/cgal
Fix a bug in the documentation HalfedgeDS_decorator::make_hole() does not
return a Halfedge_handle but returns void.
This commit is contained in:
parent
7e1f88e0cb
commit
c255912e2d
|
|
@ -152,7 +152,7 @@ incidence relations except if mentioned otherwise.
|
|||
|
||||
\ccThree{Halfedge_handle}{hds.split_f}{}
|
||||
|
||||
\ccMethod{Halfedge_handle make_hole( Halfedge_handle h);}
|
||||
\ccMethod{void make_hole( Halfedge_handle h);}
|
||||
{removes the face incident to \ccc{h} from \ccc{hds} and creates a hole.
|
||||
\ccPrecond \ccc{h != Halfedge_handle()} and \ccc{!(h->is_border())}.
|
||||
\ccCommentHeading{Requirement} If faces are supported,
|
||||
|
|
|
|||
Loading…
Reference in New Issue