]> granicus.if.org Git - taglib/commitdiff
CVS_SILENT API docs corrections
authorScott Wheeler <wheeler@kde.org>
Sat, 10 Apr 2004 17:23:22 +0000 (17:23 +0000)
committerScott Wheeler <wheeler@kde.org>
Sat, 10 Apr 2004 17:23:22 +0000 (17:23 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@302647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/mpegfile.h

index ff0ddbc6feda2484cc1594865992c6ee8bb7c36e..bd69d6327851017a1d42619fd86b1bffbf376d2b 100644 (file)
@@ -139,10 +139,7 @@ namespace TagLib {
       /*!
        * Returns a pointer to the ID3v2 tag of the file.
        *
-       * This method will return a null pointer if either the file can not be
-       * read from.
-       *
-       * If \a create is false (the default) it will also return a null pointer
+       * If \a create is false (the default) this will return a null pointer
        * if there is no valid ID3v2 tag.  If \a create is true it will create
        * an ID3v2 tag if one does not exist.
        *
@@ -155,10 +152,7 @@ namespace TagLib {
       /*!
        * Returns a pointer to the ID3v1 tag of the file.
        *
-       * This method will return a null pointer if either the file can not be
-       * read from.
-       *
-       * If \a create is false (the default) it will also return a null pointer
+       * If \a create is false (the default) this will return a null pointer
        * if there is no valid ID3v1 tag.  If \a create is true it will create
        * an ID3v1 tag if one does not exist.
        *