aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-07-18 12:29:16 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-18 05:14:27 +0200
commit1fb66c77d55cfdbe5df9919cbe2f42ddde34fb22 (patch)
tree6c7ad27dabba48807cd05b50536a5bc41c75f050 /src/qml/doc
parent19452e126eda08a9837792299e914865febeba47 (diff)
Minor doc fixes
Don't capitalize minor words in titles to be consistent with Qt doc. Change-Id: Ib39ec50d7f9730a5bbf2b574ade8270e9290ec90 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qtqml.qdoc10
-rw-r--r--src/qml/doc/src/typesystem/basictypes.qdoc2
2 files changed, 6 insertions, 6 deletions
diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc
index b25867edde..7bb3453271 100644
--- a/src/qml/doc/src/qtqml.qdoc
+++ b/src/qml/doc/src/qtqml.qdoc
@@ -29,7 +29,7 @@
\title Qt QML Module
\brief The Qt QML module defines and implements the QML language
-\section1 Overview Of The Qt QML Module
+\section1 Overview of the Qt QML Module
The Qt QML module provides a framework for developing applications. It defines
and implements the QML language, and provides API which allows clients to
@@ -40,7 +40,7 @@ Application developers who are interested in writing applications using QML
should start by reading the \l{qtquick-applicationdevelopers.html}
{QML Application Developer Resources}.
-\section2 What Is QML
+\section2 What is QML?
QML is a user-interface specification and programming language. It was
designed specifically to enable and ease the development of modern,
@@ -49,7 +49,7 @@ touch-driven, fluidly animated and visually-appealling applications.
One of the core goals of QML is to allow closer interaction between designers
and programmers during the development of an application.
-\section2 What Does The Qt QML Module Provide
+\section2 What Does the Qt QML Module Provide?
The Qt QML module provides the definition and an implementation of the QML
language. It uses a JavaScript engine to provide JavaScript integration, and
@@ -58,7 +58,7 @@ object instantiation and manipulation along with strong typing, which can be
integrated with a visual canvas and an animation framework to enable the
development of highly-appealling interactive applications.
-\section2 What Does The Qt QML Module Not Provide
+\section2 What Does the Qt QML Module Not Provide?
It does not provide a visual canvas, visual items, or an animation framework.
These are provided instead by the \l{QtQuick} module.
@@ -70,7 +70,7 @@ types, animation classes, and canvas integration) for the QML language.
\section1 Qt QML Module Documentation
\list
- \li \l{qtqml-cppclasses-topic.html}{C++ Classes Provided By The Qt QML Module}
+ \li \l{qtqml-cppclasses-topic.html}{C++ Classes Provided by the Qt QML Module}
\list
\li \l{qtqml-cppclasses-engine.html}{QQmlEngine}
\li \l{qtqml-cppclasses-context.html}{QQmlContext}
diff --git a/src/qml/doc/src/typesystem/basictypes.qdoc b/src/qml/doc/src/typesystem/basictypes.qdoc
index 060a22d82e..f2348734d3 100644
--- a/src/qml/doc/src/typesystem/basictypes.qdoc
+++ b/src/qml/doc/src/typesystem/basictypes.qdoc
@@ -534,7 +534,7 @@ property is only invoked when the property is reassigned to a different object v
\list
\li \l enumeration \c font.weight
\li \l bool \c font.overline
- \li \l bool \c font.sstrikeout
+ \li \l bool \c font.strikeout
\li \l enumeration \c font.capitalization
\li \l real \c font.letterSpacing
\li \l real \c font.wordSpacing