aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-04-26 16:15:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-27 11:40:19 +0200
commitd5295d1c822745b1a1dd80c5521bbda61d4a3eda (patch)
treeb3ddfe110c4988b371e02d352a30640b41c7f03f /src/qml/qml/qqmlexpression.cpp
parentb765e3a84bc531878a5cc0d451451a94565b13f8 (diff)
Doc: Fixing errors due to incorrect QDoc commands.
-\hint, \QQV are not supported -fixed \a -\sa requires a comma to separate entries Change-Id: Iae68fd92d7fbc5988e4ec801ab095fd717728036 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlexpression.cpp')
-rw-r--r--src/qml/qml/qqmlexpression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlexpression.cpp b/src/qml/qml/qqmlexpression.cpp
index 940b3c8354..c8d7392183 100644
--- a/src/qml/qml/qqmlexpression.cpp
+++ b/src/qml/qml/qqmlexpression.cpp
@@ -201,7 +201,7 @@ QQmlExpression::QQmlExpression(QQmlContextData *ctxt,
/*!
Create a QQmlExpression object that is a child of \a parent.
- The \script provides the expression to be evaluated, the context to evaluate it in,
+ The \a script provides the expression to be evaluated, the context to evaluate it in,
and the scope object to evaluate it with.
This constructor is functionally equivalent to the following, but in most cases