CVS_SILENT docs fix

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@309805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2004-05-09 17:54:40 +00:00
parent f9ca8cd69b
commit 1be868b5b7

View 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