From 8bdecaf3208be0402eca8caf6a296a23bb488f77 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Wed, 23 Jun 2004 18:37:00 +0000 Subject: [PATCH] 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 --- mpeg/mpegfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);