mirror of https://github.com/CGAL/cgal
Fix doc group
This commit is contained in:
parent
2805eec7bf
commit
dd86cd1f60
|
|
@ -1,7 +1,7 @@
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgStraightSkeleton2OffsetFunctions
|
\ingroup PkgStraightSkeleton2WeightedOffsetFunctions
|
||||||
|
|
||||||
\brief returns a container with all the inner offset polygons <I>with holes</I> at distance `offset`
|
\brief returns a container with all the inner offset polygons <I>with holes</I> at distance `offset`
|
||||||
of the 2D polygon with holes `poly_with_holes`.
|
of the 2D polygon with holes `poly_with_holes`.
|
||||||
|
|
@ -35,7 +35,7 @@ create_interior_weighted_skeleton_and_offset_polygons_with_holes_2(FT offset,
|
||||||
// ---------------------------------------------- EXTERIOR -----------------------------------------
|
// ---------------------------------------------- EXTERIOR -----------------------------------------
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgStraightSkeleton2OffsetFunctions
|
\ingroup PkgStraightSkeleton2WeightedOffsetFunctions
|
||||||
|
|
||||||
\brief returns a container with all the outer offset polygons <I>with holes</I>
|
\brief returns a container with all the outer offset polygons <I>with holes</I>
|
||||||
at distance `offset` of the 2D polygon `poly_with_holes`. Note that the
|
at distance `offset` of the 2D polygon `poly_with_holes`. Note that the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue