From dfa6832a9a93533676c255059d1f724b7000ddcd Mon Sep 17 00:00:00 2001 From: Ilya Popov Date: Wed, 30 Dec 2015 12:11:41 +0100 Subject: [PATCH] Fix typo in doc comment See #60 --- SDL2pp/Font.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Font.hh b/SDL2pp/Font.hh index a273de2..ef0aa99 100644 --- a/SDL2pp/Font.hh +++ b/SDL2pp/Font.hh @@ -456,7 +456,7 @@ public: //////////////////////////////////////////////////////////// /// \brief Get glyph metrics of the UNICODE char /// - /// \param[out] ch UNICODE char to get the glyph metrics for + /// \param[in] ch UNICODE char to get the glyph metrics for /// \param[out] minx Variable to store the returned minimum X offset into /// \param[out] maxx Variable to store the returned maximum X offset into /// \param[out] miny Variable to store the returned minimum Y offset into