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..
This commit is contained in:
albert-github 2022-05-26 19:06:01 +02:00
parent ebf9fb025a
commit 47f0eb43d1
1 changed files with 0 additions and 1 deletions

View File

@ -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<OutputIterator>::type, and can be omitted when the default is fine.
/// @tparam SurfaceMeshComplex_2InTriangulation_3 model of the SurfaceMeshComplex_2InTriangulation_3 concept.