]> granicus.if.org Git - taglib/commitdiff
SVN_SILENT
authorScott Wheeler <wheeler@kde.org>
Thu, 2 Mar 2006 15:13:54 +0000 (15:13 +0000)
committerScott Wheeler <wheeler@kde.org>
Thu, 2 Mar 2006 15:13:54 +0000 (15:13 +0000)
Forgot to add docs.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@515072 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/frames/commentsframe.h

index d44cf99772bd5d587062c4e6e828e0a43430fd12..9df0cd8baef2fff7a2ec6a5a45e56ed02810d898 100644 (file)
@@ -131,6 +131,13 @@ namespace TagLib {
        */
       void setTextEncoding(String::Type encoding);
 
+      /*!
+       * Comments each have a unique description.  This searches for a comment
+       * frame with the decription \a d and returns a pointer to it.  If no
+       * frame is found that matches the given description null is returned.
+       *
+       * \see description()
+       */
       static CommentsFrame *findByDescription(const Tag *tag, const String &d);
 
     protected: