Merge pull request #314 from TsudaKageyu/backslash2

Replaced a wrongly used slash with a backslash
This commit is contained in:
Stephen F. Booth 2013-11-15 18:03:25 -08:00
commit 6dc1ce7fe7

View File

@ -89,7 +89,7 @@ namespace TagLib {
/*!
* Encode a ByteVector with the data from \a s.
*
* /note Not implemented intentionally. Always returns empty \s ByteVector.
* \note Not implemented intentionally. Always returns empty \s ByteVector.
*/
virtual ByteVector render(const String &s) const;
};