From 38c60532e8322151a1aa5172c5b16ac5be0148cd Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 14 May 2014 11:13:35 +0200 Subject: [PATCH] Doc-fix: remove the doc of unimplemented constructor --- .../SurfaceMeshComplex_2InTriangulation_3.h | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshComplex_2InTriangulation_3.h b/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshComplex_2InTriangulation_3.h index bed3647997a..81ee616143b 100644 --- a/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshComplex_2InTriangulation_3.h +++ b/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshComplex_2InTriangulation_3.h @@ -137,18 +137,18 @@ Builds an empty 2D complex embedded in the triangulation `t3` */ SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3); -/*! -Builds a 2D complex embedded in the triangulation `t3`, -including in the 2D complex the facets of `t3` for -which the predicate `select` returns `true`. +// /*! +// Builds a 2D complex embedded in the triangulation `t3`, +// including in the 2D complex the facets of `t3` for +// which the predicate `select` returns `true`. -The type `FacetSelector` must be -a function object with an operator to select facets: -`bool operator()(Facet f);`. -*/ -template < class FacetSelector> -SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3, -FacetSelector select); +// The type `FacetSelector` must be +// a function object with an operator to select facets: +// `bool operator()(Facet f);`. +// */ +// template < class FacetSelector> +// SurfaceMeshComplex_2InTriangulation_3(Triangulation& t3, +// FacetSelector select); /// @}