summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-02-11 17:15:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-02-12 08:49:06 +0000
commit2907791eef21da2f4a01349cb928a4d38bfa016a (patch)
treea1a443ac782e7b946452a1a7bb5e948186ba582e /src/libs/kdtools
parent44ff57d24f39c25c61eb54f0bc8d180fc25b0351 (diff)
Doc: fix language and QDoc command issues
To follow the Qt documentation guidelines. Change-Id: I8f533737b39d7d58645a05b033fc966f70918369 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/kdtools')
-rw-r--r--src/libs/kdtools/kdupdaterapplication.cpp8
-rw-r--r--src/libs/kdtools/kdupdatertask.cpp2
2 files changed, 7 insertions, 3 deletions
diff --git a/src/libs/kdtools/kdupdaterapplication.cpp b/src/libs/kdtools/kdupdaterapplication.cpp
index 43db97cfb..169e7e239 100644
--- a/src/libs/kdtools/kdupdaterapplication.cpp
+++ b/src/libs/kdtools/kdupdaterapplication.cpp
@@ -45,8 +45,12 @@ using namespace KDUpdater;
/*!
\inmodule kdupdater
\namespace KDUpdater
- \brief The KDUpdater classes where initially developed by KDAB to help provide automatic
- updates for your applications. Now they are solely part of the Qt Installer Framework.
+ \brief The KDUpdater classes provide functions to automatically detect
+ updates to applications, to retrieve them from external repositories, and to
+ install them.
+
+ KDUpdater classes are a fork of KDAB's general
+ \l{http://docs.kdab.com/kdtools/2.2.2/group__kdupdater.html}{KDUpdater module}.
*/
/*!
diff --git a/src/libs/kdtools/kdupdatertask.cpp b/src/libs/kdtools/kdupdatertask.cpp
index 922fc4c28..26dec6d14 100644
--- a/src/libs/kdtools/kdupdatertask.cpp
+++ b/src/libs/kdtools/kdupdatertask.cpp
@@ -119,7 +119,7 @@ QString Task::errorString() const
}
/*!
- Returns whether the task has started and is running or not.
+ Returns whether the task has started and is running.
*/
bool Task::isRunning() const
{