From 1a38e5295dcb64e0e8e6a90adff4a57ed256a4b0 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 5 Aug 2019 16:00:53 +0200 Subject: [PATCH] warning: unbalanced grouping commands Removing last "warning: unbalanced grouping commands" messages. Note: maybe useful to add in Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h some `\name` parts for handles / iterators / ... --- .../doc/Triangulation/Concepts/TriangulationDataStructure.h | 3 ++- Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Triangulation/doc/Triangulation/Concepts/TriangulationDataStructure.h b/Triangulation/doc/Triangulation/Concepts/TriangulationDataStructure.h index 5a1b8649f68..90c6ad7fcd6 100644 --- a/Triangulation/doc/Triangulation/Concepts/TriangulationDataStructure.h +++ b/Triangulation/doc/Triangulation/Concepts/TriangulationDataStructure.h @@ -83,7 +83,7 @@ class TriangulationDataStructure { public: /// \name Types -// @{ +/// @{ /*! The vertex type, requirements for this type are described @@ -122,6 +122,7 @@ typedef unspecified_type Face; /// Vertices and full cells are manipulated via /// handles. Handles support the usual two dereference /// operators and `operator->`. +/// @{ /*! Handle to a `Vertex`. diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h index fb9aa4ab31e..9d22e015b9d 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h @@ -378,8 +378,6 @@ specifies which case occurs when locating a point in the triangulation. OUTSIDE_AFFINE_HULL /*!< when the point is outside the affine hull of the current triangulation. */ }; -/// @} - /// \name Creation /// @{