diff --git a/Mesh_3/doc/Mesh_3/CGAL/Labeled_mesh_domain_3.h b/Mesh_3/doc/Mesh_3/CGAL/Labeled_mesh_domain_3.h
index 4ca77053499..5fb22623588 100644
--- a/Mesh_3/doc/Mesh_3/CGAL/Labeled_mesh_domain_3.h
+++ b/Mesh_3/doc/Mesh_3/CGAL/Labeled_mesh_domain_3.h
@@ -79,9 +79,8 @@ typedef typename Geom_traits::FT FT;
/// \name Creation
/// @{
-/*!
-\brief Construction from a function, a bounding object and a relative
-error bound.
+/*! \brief Construction from a function, a bounding
+object and a relative error bound.
This constructor uses named parameters (from the Boost Parameter
Library). They can be specified in any order.
@@ -106,7 +105,7 @@ Labeled_mesh_domain_3(const A_i&...);
/*!
-\brief Construct a labeled mesh domain from a 3D gray image
+\brief Construction from a 3D gray image
This static method is a named constructor. It constructs a domain
described by a 3D gray image. A 3D gray image is a grid of voxels,
@@ -166,7 +165,7 @@ Labeled_mesh_domain_3
Labeled_mesh_domain_3::create_gray_image_mesh_domain(A_i&...);
/*!
-\brief Construct a labeled mesh domain from a 3D labeled image
+\brief Construction from a 3D labeled image
This static method is a named constructor. It constructs a
domain described by a 3D labeled image. A 3D labeled image is a grid