Improve doc comments for PrivateFrame

This commit is contained in:
Urs Fleisch
2023-12-11 06:35:08 +01:00
parent 10094f66b9
commit 28baa03b23
+2 -2
View File
@@ -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);