mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
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:
parent
f9ca8cd69b
commit
1be868b5b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user