Add missing documentation

This commit is contained in:
Martchus 2022-08-02 21:41:05 +02:00
parent b4d9a3aeb8
commit 60233c2af2
2 changed files with 9 additions and 0 deletions

View File

@ -12,9 +12,11 @@
#include <tuple>
#include <unordered_map>
/// \cond
namespace CppUtilities {
template <std::size_t bufferSize> class CopyHelper;
}
/// \endcond
namespace TagParser {

View File

@ -72,6 +72,13 @@ pair<const char *, float> encodingParameter(TagTextEncoding tagTextEncoding)
}
}
/*!
* \class TagParser::Popularity
* \brief The Popularity class contains a value for ID3v2's "Popularimeter" field.
* \remarks It can also be used for other formats than ID3v2.
* \sa See documentation of TagParser::Popularity for scaling.
*/
/*!
* \class TagParser::TagValue
* \brief The TagValue class wraps values of different types. It is meant to be assigned to a tag field.