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 / ...
This commit is contained in:
albert-github 2019-08-05 16:00:53 +02:00
parent 53fd5feaf5
commit 1a38e5295d
2 changed files with 2 additions and 3 deletions

View File

@ -83,7 +83,7 @@ class TriangulationDataStructure {
public: public:
/// \name Types /// \name Types
// @{ /// @{
/*! /*!
The vertex type, requirements for this type are described The vertex type, requirements for this type are described
@ -122,6 +122,7 @@ typedef unspecified_type Face;
/// Vertices and full cells are manipulated via /// Vertices and full cells are manipulated via
/// <I>handles</I>. Handles support the usual two dereference /// <I>handles</I>. Handles support the usual two dereference
/// operators and `operator->`. /// operators and `operator->`.
/// @{
/*! /*!
Handle to a `Vertex`. Handle to a `Vertex`.

View File

@ -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. */ OUTSIDE_AFFINE_HULL /*!< when the point is outside the affine hull of the current triangulation. */
}; };
/// @}
/// \name Creation /// \name Creation
/// @{ /// @{