From f7d2935d7b55731b7e235a3ac95fddb28ffbcbb8 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Sat, 16 Nov 2013 19:16:13 +0900 Subject: [PATCH] Amended some trivial mistakes in some comments --- taglib/riff/wav/infotag.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/taglib/riff/wav/infotag.h b/taglib/riff/wav/infotag.h index 8fba7040..ff01af7a 100644 --- a/taglib/riff/wav/infotag.h +++ b/taglib/riff/wav/infotag.h @@ -38,7 +38,8 @@ namespace TagLib { class File; - //! A RIFF Info tag implementation. + //! A RIFF INFO tag implementation. + namespace RIFF { namespace Info { @@ -76,14 +77,15 @@ namespace TagLib { virtual ByteVector render(const String &s) const; }; - //! The main class in the ID3v2 implementation + //! The main class in the RIFF INFO tag implementation /*! - * This is the main class in the INFO tag implementation. RIFF INFO tag is a - * metadata format found in WAV audio and AVI video files. Though it is a part - * of Microsoft/IBM's RIFF specification, the author could not find the official - * documents about it. So, this implementation is referring to unofficial documents - * online and some applications' behaviors especially Windows Explorer. + * This is the main class in the INFO tag implementation. RIFF INFO tag is + * a metadata format found in WAV audio and AVI video files. Though it is a + * part of Microsoft/IBM's RIFF specification, the author could not find the + * official documents about it. So, this implementation is referring to + * unofficial documents on the web and some applications' behaviors especially + * Windows Explorer. */ class TAGLIB_EXPORT Tag : public TagLib::Tag {