Fix 2 refs in documentation

This commit is contained in:
Martchus 2018-06-03 21:00:49 +02:00
parent 6944f858c4
commit bfe8979812
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ using namespace TestUtilities::Literals;
using namespace CPPUNIT_NS;
/*!
* \brief The MediaFileInfoTests tests convenience methods provided by MediaFileInfo.
* \brief The MediaFileInfoTests tests convenience methods provided by TagParser::MediaFileInfo.
* \remarks It only tests parsing a simple Mkv/Mp4. Parsing different formats with different settings is tested in OverallTests.
*/
class MediaFileInfoTests : public TestFixture {

View File

@ -19,7 +19,7 @@ using namespace ChronoUtilities;
using namespace CPPUNIT_NS;
/*!
* \brief The TagValueTests class tests the TagValue class.
* \brief The TagValueTests class tests the TagParser::TagValue class.
*/
class TagValueTests : public TestFixture {
CPPUNIT_TEST_SUITE(TagValueTests);