Fix documentation

This commit is contained in:
Dmitry Marakasov 2015-01-19 20:19:29 +03:00
parent ead93d1d69
commit dfaf8d0da3

View File

@ -349,7 +349,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Get a rect extended by specified amount of pixels /// \brief Get a rect extended by specified amount of pixels
/// ///
/// \param[in] int Number of pixels to extend by /// \param[in] amount Number of pixels to extend by
/// ///
/// \returns Reference to self /// \returns Reference to self
/// ///
@ -359,7 +359,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Extend a rect by specified amount of pixels /// \brief Extend a rect by specified amount of pixels
/// ///
/// \param[in] int Number of pixels to extend by /// \param[in] amount Number of pixels to extend by
/// ///
/// \returns Extended rect /// \returns Extended rect
/// ///