This commit is contained in:
Martchus 2018-02-05 21:55:45 +01:00
parent 1615fe1559
commit 1a17bef9c2
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ TargetInfo::TargetInfo(const TagTarget &tagTarget, RAPIDJSON_NAMESPACE::Document
}
/*!
* \brief Copies relevant information from Medai::Tag for serialization (especially the fields).
* \brief Copies relevant information from Media::Tag for serialization (especially the fields).
*/
TagInfo::TagInfo(const Tag &tag, RAPIDJSON_NAMESPACE::Document::AllocatorType &allocator)
: format(tag.typeName())
@ -132,7 +132,7 @@ TagInfo::TagInfo(const Tag &tag, RAPIDJSON_NAMESPACE::Document::AllocatorType &a
}
/*!
* \brief Copies relevant information from Medai::MediaFileInfo for serialization.
* \brief Copies relevant information from Media::MediaFileInfo for serialization.
* \remarks The \a mediaFileInfo must have been parsed before.
*/
FileInfo::FileInfo(const Media::MediaFileInfo &mediaFileInfo, RAPIDJSON_NAMESPACE::Document::AllocatorType &allocator)