Minor correction in API doc

This commit is contained in:
Laurent Gomila 2012-04-07 17:07:40 +02:00
parent 6ea8ccd133
commit b623975fcf

View File

@ -159,7 +159,7 @@ public :
bool loadFromMemory(const void* data, std::size_t size, const IntRect& area = IntRect());
////////////////////////////////////////////////////////////
/// \brief Load the texture from a file in memory
/// \brief Load the texture from a custom stream
///
/// This function is a shortcut for the following code:
/// \code