From fe1a5cda8531bb377c6fa5b565caea27348e4cd6 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 12 Feb 2008 04:57:37 +0000 Subject: [PATCH] doc review git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773921 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h | 1 + taglib/mpeg/id3v2/frames/urllinkframe.h | 3 +++ taglib/toolkit/taglib.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h b/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h index d809221c..28cc1e8c 100644 --- a/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h +++ b/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h @@ -34,6 +34,7 @@ namespace TagLib { namespace ID3v2 { + //! ID3v2 unsynchronized lyrics frame /*! * An implementation of ID3v2 unsynchronized lyrics. */ diff --git a/taglib/mpeg/id3v2/frames/urllinkframe.h b/taglib/mpeg/id3v2/frames/urllinkframe.h index 019146f1..649f85de 100644 --- a/taglib/mpeg/id3v2/frames/urllinkframe.h +++ b/taglib/mpeg/id3v2/frames/urllinkframe.h @@ -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 diff --git a/taglib/toolkit/taglib.h b/taglib/toolkit/taglib.h index 3bbb1948..3a63cdb9 100644 --- a/taglib/toolkit/taglib.h +++ b/taglib/toolkit/taglib.h @@ -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 TagLib website for the latest * downloads.