Fixes after Guillaume's review

This commit is contained in:
Andreas Fabri 2024-02-06 15:03:52 +00:00
parent a0ad1829b8
commit 458c52eb7c
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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