mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Replaced a wrongly used slash with a backslash
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user