summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2022-12-12 15:13:06 +0200
committerKatja Marttila <katja.marttila@qt.io>2022-12-20 11:59:49 +0200
commit2421fb59b341ad60ae28c203769150b20d03934f (patch)
treea7995b162f7c15ae79eb71e0f1782c4cb4b18ad2 /src/libs/installer/component.cpp
parent8db75af48a37bfde6e5ae9fa9d4cb1020919080d (diff)
Fix documentation warnings
Change-Id: Ia8717933439359e23b65d9465dec8c70fbe59ee2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 8e32ad347..714f3c70f 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -598,7 +598,7 @@ bool Component::treeNameMoveChildren() const
/*!
Loads the component script into the script engine. Call this method with
- \c postLoad \c true to a list of components that are updated or installed
+ \a postLoad \c true to a list of components that are updated or installed
to improve performance if the amount of components is huge and there are no script
functions that need to be called before the installation starts.
*/