git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773921
283d02a7-25f6-0310-bc7c-
ecb5cbfe19da
namespace ID3v2 {
+ //! ID3v2 unsynchronized lyrics frame
/*!
* An implementation of ID3v2 unsynchronized lyrics.
*/
namespace ID3v2 {
+ //! ID3v2 URL frame
/*!
* An implementation of ID3v2 URL link frames.
*/
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
* 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.