summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-10-14 16:48:05 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-10-15 12:31:26 +0200
commitec92e19193eb9d69a3cf18979d6434cf04764902 (patch)
tree214ec6030db49f5dfb5421716af38267530d6f0b /src/libs/installer/scriptengine.cpp
parentfb8e23d6b38d1b0e490f0460e1026d8fe6fb4095 (diff)
Some more documentation fixes (removes more warnings).
Change-Id: I1efb7f98ac4cccdc4dbd1784806cce286654af9f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/libs/installer/scriptengine.cpp')
-rw-r--r--src/libs/installer/scriptengine.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/installer/scriptengine.cpp b/src/libs/installer/scriptengine.cpp
index e51bbb3c2..27c58b13b 100644
--- a/src/libs/installer/scriptengine.cpp
+++ b/src/libs/installer/scriptengine.cpp
@@ -52,6 +52,12 @@
namespace QInstaller {
/*!
+ \class QInstaller::ScriptEngine
+ \inmodule QtInstallerFramework
+ \brief The ScriptEngine class is used to prepare and run the component scripts.
+*/
+
+/*!
\qmltype console
\inqmlmodule scripting
\brief The console type provides methods for logging and debugging.
@@ -245,12 +251,6 @@ namespace QInstaller {
*/
/*!
- \class QInstaller::ScriptEngine
- \inmodule QtInstallerFramework
- \brief The ScriptEngine class is used to prepare and run the component scripts.
-*/
-
-/*!
Constructs a script engine with \a core as parent.
*/
ScriptEngine::ScriptEngine(PackageManagerCore *core)