mirror of https://github.com/CGAL/cgal
Added doxygen comment for the Trim_2 functor (which resolved a warning)
This commit is contained in:
parent
d14cece4ca
commit
2f52949c3c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue