From a22e667dbc5b89fcaa964005128cfc45cd2308e0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 15 Jan 2015 16:59:33 +0300 Subject: [PATCH] Fix documentation --- SDL2pp/Renderer.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index fda2111..6309056 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -595,8 +595,8 @@ public: //////////////////////////////////////////////////////////// /// \brief Get the drawing scale for the current target /// - /// \param[out] Variable to be filled with the horizontal scaling factor - /// \param[out] Variable to be filled with the vertical scaling factor + /// \param[out] scalex Variable to be filled with the horizontal scaling factor + /// \param[out] scaley Variable to be filled with the vertical scaling factor /// /// \see http://wiki.libsdl.org/SDL_RenderGetScale ///