From 58e7083445bcf205e2e455d33ec0dd50a05fac69 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Thu, 23 Oct 2025 09:00:18 +0300 Subject: [PATCH] Fixed link to draw() functions --- .../Arrangement_on_surface_2/Arrangement_on_surface_2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt index 62260477765..3d73e8d424b 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt @@ -6856,10 +6856,10 @@ and defines a simple textual input/output format. An arrangement data structure can be visualized by calling one of the -\link PkgArrangementOnSurface2Draw CGAL::draw() \endlink +\link PkgArrangementOnSurface2Draw CGAL::draw() \endlink overloaded template functions. Every variant opens a new window showing the given arrangement. A call to any \link -PkgArrangementOnSurface2Draw CGAL::draw() \endlink function is +PkgArrangementOnSurface2Draw CGAL::draw() \endlink function is blocking; that is, the program continues execution only after the user closes the window. The most simple variant accepts the arrangement to draw and an optional string used as the title of the window. In the @@ -6881,7 +6881,7 @@ of 14 vertices, 15 edges, and 3 faces. Notice that the colors are generated at r \cgalFigureEnd Another pair of overloaded \link PkgArrangementOnSurface2Draw -CGAL::draw() \endlink functions also accept a bounding box. Each +CGAL::draw() \endlink functions also accept a bounding box. Each of these two variants can be ised to draw arrangements induced by unbounded curves.