diff --git a/taglib/toolkit/tlist.h b/taglib/toolkit/tlist.h index 4277a182..7375d752 100644 --- a/taglib/toolkit/tlist.h +++ b/taglib/toolkit/tlist.h @@ -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; /*!