mirror of https://github.com/CGAL/cgal
Fixes after Guillaume's review
This commit is contained in:
parent
a0ad1829b8
commit
458c52eb7c
|
|
@ -7,14 +7,15 @@
|
|||
|
||||
/*!
|
||||
\addtogroup PkgPolygonRepairRef
|
||||
\todo check generated documentation
|
||||
|
||||
\cgalPkgDescriptionBegin{2D Polygon Repair,PkgPolygonRepair}
|
||||
\cgalPkgPicture{Polygon_repair-small.png}
|
||||
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthors{Ken Arroyo Ohori}
|
||||
\cgalPkgDesc{The package provides algorithms to repair 2D (multi)polygons. }
|
||||
\cgalPkgDesc{This package provides algorithms to repair 2D polygons, polygons with holes,
|
||||
and multipolygons with holes, by selecting faces of the arrangement of the input based on a selection rule.
|
||||
Currently, only the even-odd rule is provided. }
|
||||
\cgalPkgManuals{Chapter_2D_Polygon_repair,PkgPolygonRepairRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
namespace Polygon_repair {
|
||||
|
||||
/// @{
|
||||
/*!
|
||||
\addtogroup PkgPolygonRepairRef
|
||||
|
||||
|
|
@ -25,6 +25,8 @@ namespace Polygon_repair {
|
|||
*/
|
||||
struct Even_odd_rule {};
|
||||
|
||||
///@}
|
||||
|
||||
} // namespace Polygon_repair
|
||||
|
||||
} // namespace CGAL
|
||||
|
|
|
|||
Loading…
Reference in New Issue