Address doxygen warnings

This commit is contained in:
Andreas Fabri 2020-11-26 09:56:33 +00:00
parent 9b794b2fa4
commit c84f5c1ee5
3 changed files with 4 additions and 2 deletions

View File

@ -550,7 +550,7 @@ For a query segment or triangle the algorithms checks if the query is completely
The details of how to check this covering can be found in the paper.
The polyhedral envelope containment check is used by the class `Surface_mesh_simplification::Polyhedral_envelope_filter`
of the package \refPkgSurfaceMeshSimplification, in order to simplify a triangle mesh within a given tolerance.
of the package \ref PkgSurfaceMeshSimplification, in order to simplify a triangle mesh within a given tolerance.
\subsubsection PolyhedralEnvelopeExample Polyhedral Envelope Example

View File

@ -1,5 +1,6 @@
/*!
\example Polygon_mesh_processing/polyhedral_envelope.cpp
\example Polygon_mesh_processing/self_intersections_example.cpp
\example Polygon_mesh_processing/hole_filling_example.cpp
\example Polygon_mesh_processing/hole_filling_example_SM.cpp

View File

@ -36,7 +36,8 @@ public:
/*!
Constructor
\param get_filter is the filter that will be filtered.
\param dist is the parameter given to the polyhedral envelope
\param filter is the filter that will be filtered.
*/
Polyhedral_envelope_filter(const FT& dist, const Filter& filter);