Minor modification to the API documentation

This commit is contained in:
Laurent Gomila 2012-12-30 09:54:09 +01:00
parent dd48427bb8
commit 527bb287a5

View File

@ -150,9 +150,9 @@ public :
bool saveToFile(const std::string& filename) const; 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; Vector2u getSize() const;