From d4adc22922e7288a804691af7df6fd7bf71cef2c Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 15 Nov 2013 15:31:23 +0900 Subject: [PATCH] Replaced wrongly used slashes with backslashes in some comments --- taglib/mpeg/id3v1/id3v1tag.h | 4 ++-- taglib/toolkit/tstring.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/taglib/mpeg/id3v1/id3v1tag.h b/taglib/mpeg/id3v1/id3v1tag.h index 7b26d023..3fd3f26e 100644 --- a/taglib/mpeg/id3v1/id3v1tag.h +++ b/taglib/mpeg/id3v1/id3v1tag.h @@ -154,14 +154,14 @@ namespace TagLib { /*! * Returns the genre in number. * - * /note Normally 255 indicates that this tag contains no genre. + * \note Normally 255 indicates that this tag contains no genre. */ TagLib::uint genreNumber() const; /*! * Sets the genre in number to \a i. * - * /note Valid value is from 0 up to 255. Normally 255 indicates that + * \note Valid value is from 0 up to 255. Normally 255 indicates that * this tag contains no genre. */ void setGenreNumber(TagLib::uint i); diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 57945bee..9529c5c5 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -224,7 +224,7 @@ namespace TagLib { * The returned pointer remains valid until this String instance is destroyed * or any other method of this String is called. * - * /note This returns a pointer to the String's internal data without any + * \note This returns a pointer to the String's internal data without any * conversions. * * \see toWString()