]> granicus.if.org Git - taglib/commitdiff
doc review
authorScott Wheeler <wheeler@kde.org>
Tue, 12 Feb 2008 04:57:37 +0000 (04:57 +0000)
committerScott Wheeler <wheeler@kde.org>
Tue, 12 Feb 2008 04:57:37 +0000 (04:57 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773921 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h
taglib/mpeg/id3v2/frames/urllinkframe.h
taglib/toolkit/taglib.h

index d809221c7bdc9522fda1daf46e7c4c2acfd61ad5..28cc1e8c5595d2d2282c2ae9bc11372374acc7ec 100644 (file)
@@ -34,6 +34,7 @@ namespace TagLib {
 
   namespace ID3v2 {
 
+    //! ID3v2 unsynchronized lyrics frame
     /*!
      * An implementation of ID3v2 unsynchronized lyrics.
      */
index 019146f10b887dbd07370f890ae985bab12e927b..649f85dea607b7f990763f5c33d4b338e3c9845d 100644 (file)
@@ -34,6 +34,7 @@ namespace TagLib {
 
   namespace ID3v2 {
 
+    //! ID3v2 URL frame
     /*!
      * An implementation of ID3v2 URL link frames.
      */
@@ -85,6 +86,8 @@ namespace TagLib {
       UrlLinkFramePrivate *d;
     };
 
+    //! ID3v2 User defined URL frame
+
     /*!
      * This is a specialization of URL link frames that allows for
      * user defined entries.  Each entry has a description in addition to the
index 3bbb19485ae4367ad8289a753877977d042ee512..3a63cdb93351ca79350ee651fc6277ad3ce89664 100644 (file)
@@ -117,7 +117,7 @@ namespace TagLib {
  * software.  Note that you may choose either the MPL or the LGPL, you do not have to fulfill the
  * requirements of both.
  *
- * \section installing
+ * \section installing Installing TagLib
  *
  * Please see the <a href="http://developer.kde.org/~wheeler/taglib.html">TagLib website</a> for the latest
  * downloads.