summaryrefslogtreecommitdiff
path: root/src/qdoc/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/doc')
-rw-r--r--src/qdoc/doc/examples/componentset/ProgressBar.qml2
-rw-r--r--src/qdoc/doc/examples/componentset/Switch.qml2
-rw-r--r--src/qdoc/doc/examples/componentset/TabWidget.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/qdoc/doc/examples/componentset/ProgressBar.qml b/src/qdoc/doc/examples/componentset/ProgressBar.qml
index 45a0edc46..2a40cc488 100644
--- a/src/qdoc/doc/examples/componentset/ProgressBar.qml
+++ b/src/qdoc/doc/examples/componentset/ProgressBar.qml
@@ -53,7 +53,7 @@ import QtQuick 1.0
/*!
\qmltype ProgressBar
\inqmlmodule UIComponents
- \brief A component that shows the progress of an event
+ \brief A component that shows the progress of an event.
A ProgressBar shows the linear progress of an event as its \l value.
The range is specified using the \l {minimum} and the \l{maximum} values.
diff --git a/src/qdoc/doc/examples/componentset/Switch.qml b/src/qdoc/doc/examples/componentset/Switch.qml
index 3158ec8ae..db9616b69 100644
--- a/src/qdoc/doc/examples/componentset/Switch.qml
+++ b/src/qdoc/doc/examples/componentset/Switch.qml
@@ -53,7 +53,7 @@ import QtQuick 1.0
/*!
\qmltype ToggleSwitch
\inqmlmodule UIComponents
- \brief A component that can be turned on or off
+ \brief A component that can be turned on or off.
A toggle switch has two states: an \c on and an \c off state. The \c off
state is when the \l on property is set to \c false.
diff --git a/src/qdoc/doc/examples/componentset/TabWidget.qml b/src/qdoc/doc/examples/componentset/TabWidget.qml
index 588f7ebe1..07fd40db9 100644
--- a/src/qdoc/doc/examples/componentset/TabWidget.qml
+++ b/src/qdoc/doc/examples/componentset/TabWidget.qml
@@ -53,7 +53,7 @@ import QtQuick 1.0
/*!
\qmltype TabWidget
\inqmlmodule UIComponents
- \brief A widget that places its children as tabs
+ \brief A widget that places its children as tabs.
A TabWidget places its children as tabs in a view. Selecting
a tab involves selecting the tab at the top.