From 47f0eb43d12a54cf76bb7abe5c920fc7f9571df0 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 26 May 2022 19:06:01 +0200 Subject: [PATCH] Poisson_surface_reconstruction_3: unknown command `@commentheading` Found the warning: ``` output_surface_facets_to_triangle_soup.h:29: warning: Found unknown command '@commentheading' ``` Command is superflouous as the `tparam` command will provide the relevant header.. --- .../include/CGAL/IO/output_surface_facets_to_triangle_soup.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h b/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h index 7e1a27c5ee5..9c2981bd1cb 100644 --- a/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h +++ b/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h @@ -26,7 +26,6 @@ namespace CGAL { /// /// This variant exports the surface as a triangle soup. /// -/// @commentheading Template Parameters: /// @tparam OutputIteratorValueType value_type of OutputIterator. /// It is default to value_type_traits::type, and can be omitted when the default is fine. /// @tparam SurfaceMeshComplex_2InTriangulation_3 model of the SurfaceMeshComplex_2InTriangulation_3 concept.