mirror of
https://github.com/taglib/taglib.git
synced 2026-07-13 06:41:36 -04:00
Correct the API documentation
This commit is contained in:
@@ -35,8 +35,23 @@
|
||||
|
||||
namespace TagLib {
|
||||
|
||||
//! An implementation of Extended Module metadata
|
||||
|
||||
/*!
|
||||
* this is an implementation of Extended Module metadata.
|
||||
*/
|
||||
|
||||
namespace XM {
|
||||
|
||||
//! An implementation of TagLib::File with XM specific methods
|
||||
|
||||
/*!
|
||||
* This implements and provides an interface for XM files to the
|
||||
* TagLib::Tag and TagLib::AudioProperties interfaces by way of implementing
|
||||
* the abstract TagLib::File API as well as providing some additional
|
||||
* information specific to XM files.
|
||||
*/
|
||||
|
||||
class TAGLIB_EXPORT File : public Mod::FileBase {
|
||||
public:
|
||||
/*!
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
namespace TagLib {
|
||||
namespace XM {
|
||||
//! An implementation of audio property reading for XM
|
||||
class TAGLIB_EXPORT Properties : public AudioProperties {
|
||||
public:
|
||||
/*! Flag bits. */
|
||||
|
||||
Reference in New Issue
Block a user