Apply suggestions from code review

Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Andreas Fabri 2025-05-15 07:44:00 +02:00 committed by GitHub
parent 607ada33ea
commit ad917a9421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -148,8 +148,8 @@ protected:
This operator exports a `General_polygon_with_holes_2` to the output stream `os`.
An \ascii and a binary format exist. The format can be selected with
the \cgal modifiers for streams, `GAL::IO::set_ascii_mode()` and `GAL::IO::set_binary_mode()`,
respectively. The modifier `GAL::IO::set_pretty_mode()` can be used to allow for (a
the \cgal modifiers for streams, `CGAL::IO::set_ascii_mode()` and `CGAL::IO::set_binary_mode()`,
respectively. The modifier `CGAL::IO::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.

View File

@ -111,8 +111,8 @@ public:
This operator exports a polygon 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, `CGAL::IO::set_ascii_mode()` and `GAL::IO::set_binary_mode()`,
respectively. The modifier `GAL::IO::set_pretty_mode()` can be used to allow for (a
the \cgal modifiers for streams, `CGAL::IO::set_ascii_mode()` and `CGAL::IO::set_binary_mode()`,
respectively. The modifier `CGAL::IO::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.