summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:48:16 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 09:54:45 +0000
commit0fa9e703f496212d35909f84b5a384cf94e553b3 (patch)
treed65f93509c87898e3c7d87ddb7284b2ecc0e0f35
parentcaabe5b0063666426b15a8e5f2863631cfbda7d4 (diff)
downloadqttools-0fa9e703f496212d35909f84b5a384cf94e553b3.tar.gz
Doc: Add missing dots
Task-number: QTBUG-68933 Change-Id: I32122f9c771b12f1ea4cb3c8e405c30bf2bf4d41 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/assistant/help/qhelpsearchengine.cpp2
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/src/assistant/help/qhelpsearchengine.cpp b/src/assistant/help/qhelpsearchengine.cpp
index 6e6f8b777..3ee9904e2 100644
--- a/src/assistant/help/qhelpsearchengine.cpp
+++ b/src/assistant/help/qhelpsearchengine.cpp
@@ -276,7 +276,7 @@ private:
\since 4.4
\inmodule QtHelp
\brief The QHelpSearchQuery class contains the field name and the associated
- search term
+ search term.
The QHelpSearchQuery class contains the field name and the associated search
term. Depending on the field the search term might get split up into separate
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.