Replaced a wrongly used slash with a backslash

This commit is contained in:
Tsuda Kageyu 2013-11-16 10:27:23 +09:00
parent 753c63e0e6
commit 634d2ede3b

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;
};