diff --git a/Polygon/doc/Polygon/Polygon.txt b/Polygon/doc/Polygon/Polygon.txt index 284157f95ef..6383cdad10c 100644 --- a/Polygon/doc/Polygon/Polygon.txt +++ b/Polygon/doc/Polygon/Polygon.txt @@ -59,7 +59,7 @@ some member functions. \cgalExample{Polygon/Polygon.cpp} -\subsection SubsectionPolygonRepair_Multipolygon The multipolygon with holes class +\subsection SubsectionPolygonRepair_Multipolygon The Multipolygon with Holes Class The following example shows the creation of a multipolygon with holes and the traversal of the polygons in it. diff --git a/Polygon/include/CGAL/Multipolygon_with_holes_2.h b/Polygon/include/CGAL/Multipolygon_with_holes_2.h index ede241a6779..55162b50df1 100644 --- a/Polygon/include/CGAL/Multipolygon_with_holes_2.h +++ b/Polygon/include/CGAL/Multipolygon_with_holes_2.h @@ -92,7 +92,7 @@ protected: }; /*! -exports a multipolygon with holes to the output stream `os`. +inserts a multipolygon with holes to the output stream `os`. An \ascii and a binary format exist. The format can be selected with the \cgal modifiers for streams, `set_ascii_mode()` and `set_binary_mode()`, @@ -100,11 +100,11 @@ respectively. The modifier `set_pretty_mode()` can be used to allow for (a few) structuring comments in the output. Otherwise, the output would be free of comments. The default for writing is \ascii without comments. -The number of polygons is exported followed by the polygons. For each polygon, -the number of points of the outer boundary is exported followed by the +The number of polygons is written followed by the polygons. For each polygon, +the number of points of the outer boundary is written followed by the points themselves in counterclockwise order. Then, the number of holes -is exported, and for each hole, the number of points on its outer -boundary is exported followed by the points themselves in clockwise +is written, and for each hole, the number of points on its outer +boundary is written followed by the points themselves in clockwise order. \relates Multipolygon_with_holes_2 diff --git a/Polygon_repair/doc/Polygon_repair/PackageDescription.txt b/Polygon_repair/doc/Polygon_repair/PackageDescription.txt index ce5b791ff5c..e622d0f23b2 100644 --- a/Polygon_repair/doc/Polygon_repair/PackageDescription.txt +++ b/Polygon_repair/doc/Polygon_repair/PackageDescription.txt @@ -2,8 +2,8 @@ /// \defgroup PkgPolygonRepairRef 2D Polygon Repair Reference -/// \defgroup PkgPolygonRepairConcepts Concepts -/// \ingroup PkgPolygonRepairRef +// \defgroup PkgPolygonRepairConcepts Concepts +// \ingroup PkgPolygonRepairRef /// \defgroup PkgPolygonRepairFunctions Functions /// \ingroup PkgPolygonRepairRef