From: Tsuda Kageyu Date: Wed, 18 Nov 2015 06:14:50 +0000 (+0900) Subject: Add a comment to List::isEmpty(). X-Git-Tag: v1.11beta~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f00dfc778483c3ae8a01799947a24ccbab934ed;p=taglib Add a comment to List::isEmpty(). --- 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; /*!