aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-19 19:37:45 +0200
committerMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-19 19:37:45 +0200
commit5477ede3eabc37192181046d7c39462983ecbc5a (patch)
tree1bc722c5f61abdab35d8db80867d50183cb8f9d3
parent03534170faee9f08b122859435627ff1069dee9e (diff)
updated comments
-rw-r--r--taglib/mod/modtag.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/taglib/mod/modtag.h b/taglib/mod/modtag.h
index c7e99603..554ca326 100644
--- a/taglib/mod/modtag.h
+++ b/taglib/mod/modtag.h
@@ -27,17 +27,16 @@
namespace TagLib {
namespace Mod {
/*!
- * Tags for module files (mod, s3m, it, xm).
+ * Tags for module files (Mod, S3M, IT, XM).
*
* Note that only the \a title is supported as such by most
- * module file formats. Except for xm files the \a trackerName
+ * module file formats. Except for XM files the \a trackerName
* is derived from the file format or the flavour of the file
- * format. For xm files it is stored in the file.
+ * format. For XM files it is stored in the file.
*
* The \a comment tag is not strictly supported by module files,
* but it is common practice to abuse instrument/sample/pattern
- * names as multiline comments. TagLib does so as well, but
- * currently does not support writing them.
+ * names as multiline comments. TagLib does so as well.
*/
class TAGLIB_EXPORT Tag : public TagLib::Tag
{