summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-08-07 12:23:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-07 10:29:14 +0000
commit3f665c40d8a6b78ae7b7b37c4a8a71327e168b8c (patch)
tree3b98dc8f463dd5b071d5dc697cd025c6c0c06519 /src
parentca59912053e6a1ed6b96c5d11bb6d4531973544f (diff)
Fix missing KD* documentation.
Change-Id: I4916c786ac946d58044eb6938801af93de82d6c4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/libs/kdtools/genericfactory.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libs/kdtools/genericfactory.cpp b/src/libs/kdtools/genericfactory.cpp
index f38cec31a..5459c0604 100644
--- a/src/libs/kdtools/genericfactory.cpp
+++ b/src/libs/kdtools/genericfactory.cpp
@@ -36,6 +36,17 @@
/*!
\inmodule kdupdater
+ \namespace KDUpdater
+ \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}.
+*/
+
+/*!
+ \inmodule kdupdater
\class KDGenericFactory
\brief The KDGenericFactory class implements a template-based generic factory.