改进代码

This commit is contained in:
feiyangqingyun
2021-10-08 10:52:05 +08:00
parent f6923b97a2
commit 200b7eeafb
171 changed files with 2894 additions and 1940 deletions

View File

@@ -130,9 +130,9 @@ QwtInterval QwtInterval::unite( const QwtInterval &other ) const
return united;
}
/*!
/*!
\brief Intersect 2 intervals
\param other Interval to be intersect with
\return Intersection
*/
@@ -197,7 +197,7 @@ QwtInterval QwtInterval::intersect( const QwtInterval &other ) const
return intersected;
}
/*!
/*!
\brief Unite this interval with the given interval.
\param other Interval to be united with
@@ -209,7 +209,7 @@ QwtInterval& QwtInterval::operator|=( const QwtInterval &other )
return *this;
}
/*!
/*!
\brief Intersect this interval with the given interval.
\param other Interval to be intersected with