Move documentation bit to method it actually belongs to

This commit is contained in:
Dmitry Marakasov 2015-11-27 20:23:32 +03:00
parent 8003052f32
commit 01315e3afa

View File

@ -271,6 +271,8 @@ public:
///
/// \param[in] x2 New X coordinate value
///
/// This modifies rectangle width internally
///
/// \returns Reference to self
///
////////////////////////////////////////////////////////////
@ -284,8 +286,6 @@ public:
///
/// \returns Y coordinate of the rect second corner
///
/// This modifies rectangle width internally
///
////////////////////////////////////////////////////////////
constexpr int GetY2() const {
return y + h - 1;