From 0fa9e703f496212d35909f84b5a384cf94e553b3 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:48:16 +0200 Subject: Doc: Add missing dots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I32122f9c771b12f1ea4cb3c8e405c30bf2bf4d41 Reviewed-by: Topi Reiniƶ --- src/qdoc/doc/examples/componentset/ProgressBar.qml | 2 +- src/qdoc/doc/examples/componentset/Switch.qml | 2 +- src/qdoc/doc/examples/componentset/TabWidget.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qdoc/doc') 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. -- cgit v1.2.1