Merge pull request #6619 from albert-github/feature/bug_unknown_commentheading

Poisson_surface_reconstruction_3: unknown command `@commentheading`
This commit is contained in:
Laurent Rineau 2022-06-03 16:08:55 +02:00
commit 1bb8724faa
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.