CVS_SILENT forgot to save this file before the last commit -- doc update

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@323166 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2004-06-23 18:37:00 +00:00
parent 420541441c
commit 8bdecaf320

View File

@ -168,7 +168,8 @@ namespace TagLib {
/*!
* This will strip the tags that match the OR-ed together TagTypes from the
* file. By default it strips all tags.
* file. By default it strips all tags. It returns true if the tags are
* successfully stripped.
*/
bool strip(int tags = AllTags);