mirror of https://github.com/CGAL/cgal
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:
parent
ebf9fb025a
commit
47f0eb43d1
|
|
@ -26,7 +26,6 @@ namespace CGAL {
|
||||||
///
|
///
|
||||||
/// This variant exports the surface as a triangle soup.
|
/// This variant exports the surface as a triangle soup.
|
||||||
///
|
///
|
||||||
/// @commentheading Template Parameters:
|
|
||||||
/// @tparam OutputIteratorValueType value_type of OutputIterator.
|
/// @tparam OutputIteratorValueType value_type of OutputIterator.
|
||||||
/// It is default to value_type_traits<OutputIterator>::type, and can be omitted when the default is fine.
|
/// 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.
|
/// @tparam SurfaceMeshComplex_2InTriangulation_3 model of the SurfaceMeshComplex_2InTriangulation_3 concept.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue