From: Scott Wheeler Date: Wed, 23 Jun 2004 18:37:00 +0000 (+0000) Subject: CVS_SILENT forgot to save this file before the last commit -- doc update X-Git-Tag: v1.5~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bdecaf3208be0402eca8caf6a296a23bb488f77;p=taglib 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 --- diff --git a/mpeg/mpegfile.h b/mpeg/mpegfile.h index 4b53ada2..110c6a6b 100644 --- a/mpeg/mpegfile.h +++ b/mpeg/mpegfile.h @@ -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);