From dfaf8d0da3bd793de1a2c47c4cacf3141b99c2e3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 19 Jan 2015 20:19:29 +0300 Subject: [PATCH] Fix documentation --- SDL2pp/Rect.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2pp/Rect.hh b/SDL2pp/Rect.hh index 1bde8fc..b262488 100644 --- a/SDL2pp/Rect.hh +++ b/SDL2pp/Rect.hh @@ -349,7 +349,7 @@ public: //////////////////////////////////////////////////////////// /// \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 /// @@ -359,7 +359,7 @@ public: //////////////////////////////////////////////////////////// /// \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 ///