]> granicus.if.org Git - taglib/commitdiff
Add a comment to List::isEmpty().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 18 Nov 2015 06:14:50 +0000 (15:14 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 18 Nov 2015 06:14:50 +0000 (15:14 +0900)
taglib/toolkit/tlist.h

index 4277a18209c46fb22136770f47e1209635bd870f..7375d752909d8971aa565984bcb50f9672c2346e 100644 (file)
@@ -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;
 
     /*!