mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
Improve doc comments for PrivateFrame
This commit is contained in:
parent
10094f66b9
commit
28baa03b23
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user