From 527bb287a5538f547b5b29c464d22a0ebfa0baa2 Mon Sep 17 00:00:00 2001
From: Laurent Gomila <laurent.gom@gmail.com>
Date: Sun, 30 Dec 2012 09:54:09 +0100
Subject: [PATCH] Minor modification to the API documentation

---
 include/SFML/Graphics/Image.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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;