Fix namespace in documentation of TagDataType

This commit is contained in:
Martchus 2022-08-13 12:30:59 +02:00
parent 99bb786eeb
commit d6a2903749
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ enum class TagDataType : unsigned int {
Integer, /**< integer */
PositionInSet, /**< position in set, see TagParser::PositionInSet */
StandardGenreIndex, /**< pre-defined genre name denoted by numerical code */
TimeSpan, /**< time span, see ChronoUtils::TimeSpan */
DateTime, /**< date time, see ChronoUtils::DateTime */
TimeSpan, /**< time span, see CppUtilities::TimeSpan */
DateTime, /**< date time, see CppUtilities::DateTime */
Picture, /**< picture file */
Binary, /**< unspecified binary data */
Undefined, /**< undefined/invalid data type */