Fix documentation

This commit is contained in:
Dmitry Marakasov 2015-07-07 22:41:03 +03:00
parent 539e6c8fd1
commit 1ec71ddaba

View File

@ -333,8 +333,8 @@ public:
////////////////////////////////////////////////////////////
/// \brief Check whether the rect contains given point
///
/// \param[in] x X coordinate of a point
/// \param[in] y Y coordinate of a point
/// \param[in] px X coordinate of a point
/// \param[in] py Y coordinate of a point
///
/// \returns True if the point is contained in the rect
///