mirror of
https://github.com/taglib/taglib.git
synced 2025-09-06 13:24:31 -04:00
Add a comment to List::isEmpty().
This commit is contained in:
@ -146,8 +146,16 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* Returns the number of elements in the list.
|
||||
*
|
||||
* \see isEmpty()
|
||||
*/
|
||||
uint size() const;
|
||||
|
||||
/*!
|
||||
* Returns whether or not the list is empty.
|
||||
*
|
||||
* \see size()
|
||||
*/
|
||||
bool isEmpty() const;
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user