mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 04:36:19 -05:00
Improve doc comments for PrivateFrame
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user