]> granicus.if.org Git - taglib/commitdiff
updated comments
authorMathias Panzenböck <grosser.meister.morti@gmx.net>
Sun, 19 Jun 2011 17:37:45 +0000 (19:37 +0200)
committerMathias Panzenböck <grosser.meister.morti@gmx.net>
Sun, 19 Jun 2011 17:37:45 +0000 (19:37 +0200)
taglib/mod/modtag.h

index c7e99603a006a8f3e4347b2c39a6330862329e50..554ca326fea064bf3332569e16eadb9b46dba7e6 100644 (file)
 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
     {