From a9e46362aacb881bc8dd17b3ee83a223f770d114 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sun, 7 Sep 2025 15:31:15 +0300 Subject: [PATCH] Fixed link to draw() --- .../Arrangement_on_surface_2/Arrangement_on_surface_2.txt | 6 +++--- .../Concepts/AosApproximateTraits_2.h | 2 +- .../Concepts/AosApproximateUnboundedTraits_2.h | 2 +- 3 files changed, 5 insertions(+), 5 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..e420164ee13 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. diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateTraits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateTraits_2.h index 0fd9aca6959..c04fee15fc2 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateTraits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateTraits_2.h @@ -19,7 +19,7 @@ * \sa `AosApproximatePointTraits_2` * \sa `AosConstructXMonotoneCurveTraits_2` * \sa `AosXMonotoneTraits_2` - * \sa `draw()` + * \sa \link PkgArrangementOnSurface2Draw `CGAL::draw()`\endlink */ class AosApproximateTraits_2 { public: diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateUnboundedTraits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateUnboundedTraits_2.h index ba50e318af9..518d5b01889 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateUnboundedTraits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/AosApproximateUnboundedTraits_2.h @@ -13,7 +13,7 @@ * \cgalHasModelsEnd * * \sa `AosApproximateTraits_2` - * \sa `draw()` + * \sa \link PkgArrangementOnSurface2Draw `CGAL::draw()`\endlink */ class AosApproximateUnboundedTraits_2 { public: