From 634d2ede3b85e814a10ee079e0fc7fa3706a1840 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Sat, 16 Nov 2013 10:27:23 +0900 Subject: [PATCH] Replaced a wrongly used slash with a backslash --- taglib/mpeg/id3v2/id3v2tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/mpeg/id3v2/id3v2tag.h b/taglib/mpeg/id3v2/id3v2tag.h index c58d4d86..905ecc9b 100644 --- a/taglib/mpeg/id3v2/id3v2tag.h +++ b/taglib/mpeg/id3v2/id3v2tag.h @@ -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; };