From a302bf8abf44d3e8bf814743575129c6d98c5ef7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 30 Sep 2017 18:51:50 +0200 Subject: [PATCH] testhelper: Fix documentation --- testhelper/helper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testhelper/helper.h b/testhelper/helper.h index 9b0d548..2196190 100644 --- a/testhelper/helper.h +++ b/testhelper/helper.h @@ -31,7 +31,7 @@ inline std::ostream &operator<<(std::ostream &o, const QString &qstring) } /*! - * \brief Prints a QString; required to use QStringList with CPPUNIT_ASSERT_EQUAL_MESSAGE. + * \brief Prints a QStringList; required to use QStringList with CPPUNIT_ASSERT_EQUAL_MESSAGE. */ inline std::ostream &operator<<(std::ostream &o, const QStringList &qstringlist) { @@ -39,7 +39,7 @@ inline std::ostream &operator<<(std::ostream &o, const QStringList &qstringlist) } /*! - * \brief Prints a QString; required to use QSet with CPPUNIT_ASSERT_EQUAL_MESSAGE. + * \brief Prints a QSet; required to use QSet with CPPUNIT_ASSERT_EQUAL_MESSAGE. */ inline std::ostream &operator<<(std::ostream &o, const QSet &qstringset) { @@ -51,7 +51,7 @@ namespace TestUtilities { extern double timeoutFactor; /*! - * \brief Waits for the\a duration specified in ms while keeping the event loop running. + * \brief Waits for the \a duration specified in ms while keeping the event loop running. */ inline void wait(int duration) {