From b3b6ba9721a66b03f1cc50831f51c3172f71c4fb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Jan 2016 00:11:30 +0300 Subject: [PATCH] Documentation fixes --- SDL2pp/Renderer.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index 7e9efbf..ceea54e 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -661,7 +661,7 @@ public: /// /// \returns Point representing logical resolution /// - /// \see http://wiki.libsdl.org/SDL_RenderGetClipRect + /// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize /// /// \note If this function is called on an Renderer who never had /// its logical size set by SetLogicalSize(), this function @@ -675,7 +675,7 @@ public: /// /// \returns Logical resolution width /// - /// \see http://wiki.libsdl.org/SDL_RenderGetClipRect + /// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize /// /// \note If this function is called on an Renderer who never had /// its logical size set by SetLogicalSize(), this function @@ -689,7 +689,7 @@ public: /// /// \returns Logical resolution height /// - /// \see http://wiki.libsdl.org/SDL_RenderGetClipRect + /// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize /// /// \note If this function is called on an Renderer who never had /// its logical size set by SetLogicalSize(), this function @@ -785,7 +785,7 @@ public: /// /// \throws SDL2pp::Exception /// - /// \see http://wiki.libsdl.org/SDL_RenderGetClipRect + /// \see http://wiki.libsdl.org/SDL_GetRendererOutputSize /// //////////////////////////////////////////////////////////// int GetOutputWidth() const; @@ -797,7 +797,7 @@ public: /// /// \throws SDL2pp::Exception /// - /// \see http://wiki.libsdl.org/SDL_RenderGetClipRect + /// \see http://wiki.libsdl.org/SDL_GetRendererOutputSize /// //////////////////////////////////////////////////////////// int GetOutputHeight() const;