mirror of https://github.com/CGAL/cgal
Merge pull request #6619 from albert-github/feature/bug_unknown_commentheading
Poisson_surface_reconstruction_3: unknown command `@commentheading`
This commit is contained in:
commit
1bb8724faa
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue