From dc3e86e281b0f35d7014e5ee9bb1ff139aa3bea8 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 19 Mar 2018 16:48:34 +0100 Subject: [PATCH] Unify sentence "Construct a... " and "Construction from" See Mael's comment: https://github.com/CGAL/cgal/pull/2739#discussion_r175405016 --- Mesh_3/doc/Mesh_3/CGAL/Labeled_mesh_domain_3.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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