diff --git a/taglib/mpeg/id3v2/frames/privateframe.h b/taglib/mpeg/id3v2/frames/privateframe.h index c04b8200..9feb7603 100644 --- a/taglib/mpeg/id3v2/frames/privateframe.h +++ b/taglib/mpeg/id3v2/frames/privateframe.h @@ -75,7 +75,7 @@ namespace TagLib { String owner() const; /*! - * + * Returns the private data. */ ByteVector data() const; @@ -86,7 +86,7 @@ namespace TagLib { void setOwner(const String &s); /*! - * + * Sets the private \a data. */ void setData(const ByteVector &data);