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