From 2907791eef21da2f4a01349cb928a4d38bfa016a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 11 Feb 2015 17:15:36 +0100 Subject: Doc: fix language and QDoc command issues To follow the Qt documentation guidelines. Change-Id: I8f533737b39d7d58645a05b033fc966f70918369 Reviewed-by: Niels Weber Reviewed-by: Kai Koehne --- src/libs/kdtools/kdupdaterapplication.cpp | 8 ++++++-- src/libs/kdtools/kdupdatertask.cpp | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'src/libs/kdtools') 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 { -- cgit v1.2.3