mirror of https://github.com/CGAL/cgal
Doc: fix a conflict-solving-bug introduced during the last "merge from master"
This commit is contained in:
parent
8aaee67985
commit
11fdd71222
|
|
@ -3,8 +3,8 @@ namespace CGAL {
|
|||
/*!
|
||||
\ingroup PkgMesh_3MeshClasses
|
||||
|
||||
The class `Mesh_triangulation_3` is a metafunctor which provides the triangulation to be used as the 3D
|
||||
triangulation of a mesh generation process.
|
||||
The class `Mesh_triangulation_3` is a metafunctor which provides the triangulation type to be used
|
||||
for the 3D triangulation embedding the mesh.
|
||||
|
||||
\tparam MD stands for a model of `MeshDomain_3`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue