Added doxygen comment for the Trim_2 functor (which resolved a warning)

This commit is contained in:
Efi Fogel 2021-08-19 13:58:49 +03:00
parent d14cece4ca
commit 2f52949c3c
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,7 @@ public:
//! The curve type.
typedef X_monotone_curve_2 Curve_2;
//! A functor that trims curves.
Class Trim_2 {
public:
//! \name Creation
@ -122,7 +123,6 @@ public:
X_monotone_curve_2(const X_monotone_curve_2& xcv,
const Point_2& src, const Point_2& tgt) const;
//! @}
} /* end Arr_segment_traits_2::Trim_2 */
}; /* end Arr_segment_traits_2 */