From f167a90612a917dbaae672869941cc7a5ccdaaa4 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 16 Mar 2024 12:55:59 +0100 Subject: [PATCH] issue #8075 Documentation in Triangulation package replace the, for doxygen and thus for the output, strange constructs with better constructs. --- Triangulation/doc/Triangulation/Triangulation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation/doc/Triangulation/Triangulation.txt b/Triangulation/doc/Triangulation/Triangulation.txt index b239a2c05b0..2e7c8e538bd 100644 --- a/Triangulation/doc/Triangulation/Triangulation.txt +++ b/Triangulation/doc/Triangulation/Triangulation.txt @@ -405,7 +405,7 @@ of an infinite full cell is the empty half-space bounded by the affine hull of the finite facet of this cell. The set of full cells that are in conflict with `p` form the conflict zone. The full cells in the conflict zone are removed, leaving a hole that contains `p`. That -hole is ``star shaped'' around `p` and thus is re-triangulated using +hole is “star shaped” around `p` and thus is re-triangulated using `p` as a center vertex. Delaunay triangulations support insertion of points, removal of vertices,