]> granicus.if.org Git - taglib/commitdiff
CVS_SILENT docs fix
authorScott Wheeler <wheeler@kde.org>
Sun, 9 May 2004 17:54:40 +0000 (17:54 +0000)
committerScott Wheeler <wheeler@kde.org>
Sun, 9 May 2004 17:54:40 +0000 (17:54 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@309805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/id3v2tag.h

index 29cc5e3cbfa338756a18978ad9b249d8192336f0..10209f5fb36c1de6ba7b8dfef2aa2bf51a421a41 100644 (file)
@@ -169,7 +169,7 @@ namespace TagLib {
       Footer *footer() const;
 
       /*!
-       * Returns a pointer to the frame list map.  This is an FrameListMap of
+       * Returns a reference to the frame list map.  This is an FrameListMap of
        * all of the frames in the tag.
        *
        * \warning You should not modify this data structure directly, instead
@@ -178,7 +178,7 @@ namespace TagLib {
       const FrameListMap &frameListMap() const;
 
       /*!
-       * Returns a pointer to the frame list.  This is an FrameList of all of
+       * Returns a reference to the frame list.  This is an FrameList of all of
        * the frames in the tag in the order that they were parsed.
        *
        * \warning You should not modify this data structure directly, instead