Improve documentation

This commit is contained in:
Martchus 2020-12-16 17:49:02 +01:00
parent 6d72a947df
commit 7a8d3d5b62
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class WaveAudioStream;
class Mp4Track; class Mp4Track;
/*! /*!
* \brief Specifies the track type. * \brief The TrackType enum specifies the underlying file type of a track and the concrete class of the track object.
*/ */
enum class TrackType { enum class TrackType {
Unspecified, /**< The track type is not specified. */ Unspecified, /**< The track type is not specified. */

View File

@ -89,7 +89,7 @@ std::vector<const TagValue *> Id3v2Tag::internallyGetValues(const IdentifierType
/*! /*!
* \brief Uses default implementation for non-text frames and applies special handling to text frames. * \brief Uses default implementation for non-text frames and applies special handling to text frames.
* *
* - Ensure text frames are unique * - Ensure text frames are unique.
* - Allow to store multiple values inside the same text frame. * - Allow to store multiple values inside the same text frame.
*/ */
bool Id3v2Tag::internallySetValues(const IdentifierType &id, const std::vector<TagValue> &values) bool Id3v2Tag::internallySetValues(const IdentifierType &id, const std::vector<TagValue> &values)