aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/syntax
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-24 13:00:52 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-28 01:51:11 +0200
commitaca4525ff56709044500ba2eaa8083ed12da9008 (patch)
treee8c32399b30b9e56037d2068d0ab8ef37e5d7692 /src/qml/doc/src/syntax
parent8b003170ec4998f10c97bba619bc993853df499a (diff)
Clean up structure of JavaScript related docs
The global object and list of javascript functions should be linked to as subsections from the "JavaScript Host Environment" topic page, and all of the subsections should be visible from the module index page. Also move the "restrictions" docs to this topic page as it's more relevant to this section. Also includes some minor doc improvements. Task-number: QTBUG-26380 Change-Id: Iba6e4e510191bf5e4603d6cbb2826ad7bcdbd10c Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/qml/doc/src/syntax')
-rw-r--r--src/qml/doc/src/syntax/propertybinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/syntax/propertybinding.qdoc b/src/qml/doc/src/syntax/propertybinding.qdoc
index 48c17ff244..7b71b16407 100644
--- a/src/qml/doc/src/syntax/propertybinding.qdoc
+++ b/src/qml/doc/src/syntax/propertybinding.qdoc
@@ -186,7 +186,7 @@ In this case, the function could also have referred to \c rect.width rather than
\c this.width.
Note that the value of \c this is not defined outside of its use in property binding.
-See \l {JavaScript Expression Restrictions in QML} for details.
+See \l {JavaScript Environment Restrictions} for details.
*/