diff --git a/include/SFML/Graphics/Image.hpp b/include/SFML/Graphics/Image.hpp index d83a3be0..15e283ef 100644 --- a/include/SFML/Graphics/Image.hpp +++ b/include/SFML/Graphics/Image.hpp @@ -150,9 +150,9 @@ public : bool saveToFile(const std::string& filename) const; //////////////////////////////////////////////////////////// - /// \brief Return the size of the image + /// \brief Return the size (width and height) of the image /// - /// \return Size in pixels + /// \return Size of the image, in pixels /// //////////////////////////////////////////////////////////// Vector2u getSize() const;