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

@ -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);