From: Tsuda Kageyu Date: Mon, 3 Aug 2015 13:31:16 +0000 (+0900) Subject: Add some supplementary comments. X-Git-Tag: v1.10beta~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04ec7eae252cb78064e6812a8806ce6484bc0fc5;p=taglib Add some supplementary comments. --- diff --git a/taglib/mpeg/mpegfile.h b/taglib/mpeg/mpegfile.h index 01f81d1c..17908073 100644 --- a/taglib/mpeg/mpegfile.h +++ b/taglib/mpeg/mpegfile.h @@ -301,6 +301,8 @@ namespace TagLib { * * \note This will also invalidate pointers to the ID3 and APE tags * as their memory will be freed. + * + * \note This will update the file immediately. */ bool strip(int tags = AllTags); @@ -311,6 +313,8 @@ namespace TagLib { * * If \a freeMemory is true the ID3 and APE tags will be deleted and * pointers to them will be invalidated. + * + * \note This will update the file immediately. */ // BIC: merge with the method above bool strip(int tags, bool freeMemory);