Correct the API documentation

This commit is contained in:
Urs Fleisch
2024-01-01 17:46:45 +01:00
parent ef013b76db
commit c5d798a50d
89 changed files with 728 additions and 541 deletions

View File

@@ -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:
/*!

View File

@@ -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. */