From b3186d6b9110100caffabdb1b023a155270618db Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 14 Jul 2017 03:34:32 +0200 Subject: [PATCH] Doxygen --- src/blackcore/application.h | 1 + src/blackcore/data/globalsetup.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blackcore/application.h b/src/blackcore/application.h index 6ccd305d6..df210b8b3 100644 --- a/src/blackcore/application.h +++ b/src/blackcore/application.h @@ -242,6 +242,7 @@ namespace BlackCore //! Process all events for some time //! \remark unlike QCoreApplication::processEvents this will spend at least the given time in the function, using QThread::msleep + //! \sa BlackMisc::CEventLoop static void processEventsFor(int milliseconds); //! Clear the caches diff --git a/src/blackcore/data/globalsetup.h b/src/blackcore/data/globalsetup.h index c8b161fdc..cb40aa3db 100644 --- a/src/blackcore/data/globalsetup.h +++ b/src/blackcore/data/globalsetup.h @@ -31,7 +31,7 @@ namespace BlackCore namespace Data { //! Global settings for readers, debug flags, etc. - //! \note also called the bootstrap file as it is needed once to get information where all the data are located + //! \note also called the bootstrap file as it is required once to get information where all the data are located class BLACKCORE_EXPORT CGlobalSetup : public BlackMisc::CValueObject, public BlackMisc::ITimestampBased