From b39d728f45e7c20c225079a7e05a435999dfd8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 15 Jul 2019 11:40:46 +0200 Subject: [PATCH] Minor doc cleaning --- .../include/CGAL/Polygon_mesh_processing/measure.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h index 55ca616f68d..abfc0c8c820 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h @@ -562,8 +562,6 @@ volume(const TriangleMesh& tmesh) * either deduced from the `geom_traits` \ref pmp_namedparameters "Named Parameters" if provided, * or the geometric traits class deduced from the point property map of `tmesh`. * - * @warning - * */ template