mirror of https://github.com/CGAL/cgal
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:
parent
53fd5feaf5
commit
1a38e5295d
|
|
@ -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`.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue