summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/doc/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:11:18 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-21 14:23:30 +0000
commit8bd73ad989e5850b48941c7d286181c6b394b05a (patch)
tree74c01ce34e0e6f3d0d99b03b5ef191e4d4199b4e /examples/corelib/threads/doc/src
parentf415f50619ceedff05bcf97336cf05374130a2a7 (diff)
Doc: Add missing full stops in briefs
Task-number: QTBUG-68933 Change-Id: I3f2a9f8c562f9a44bb32bddd31d75abbfe6de04d Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/corelib/threads/doc/src')
-rw-r--r--examples/corelib/threads/doc/src/queuedcustomtype.qdoc2
-rw-r--r--examples/corelib/threads/doc/src/semaphores.qdoc2
-rw-r--r--examples/corelib/threads/doc/src/waitconditions.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
index 015007cae1..86d5992294 100644
--- a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
+++ b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
@@ -28,7 +28,7 @@
/*!
\example threads/queuedcustomtype
\title Queued Custom Type Example
- \brief Demonstrates multi-thread programming using Qt
+ \brief Demonstrates multi-thread programming using Qt.
\ingroup qtconcurrent-mtexamples
\brief The Queued Custom Type example shows how to send custom types between
diff --git a/examples/corelib/threads/doc/src/semaphores.qdoc b/examples/corelib/threads/doc/src/semaphores.qdoc
index ccbfcdb6e2..5293e80c0e 100644
--- a/examples/corelib/threads/doc/src/semaphores.qdoc
+++ b/examples/corelib/threads/doc/src/semaphores.qdoc
@@ -28,7 +28,7 @@
/*!
\example threads/semaphores
\title Semaphores Example
- \brief Demonstrates multi-thread programming using Qt
+ \brief Demonstrates multi-thread programming using Qt.
\ingroup qtconcurrent-mtexamples
\brief The Semaphores example shows how to use QSemaphore to control
diff --git a/examples/corelib/threads/doc/src/waitconditions.qdoc b/examples/corelib/threads/doc/src/waitconditions.qdoc
index 5a6831ede4..cfac460345 100644
--- a/examples/corelib/threads/doc/src/waitconditions.qdoc
+++ b/examples/corelib/threads/doc/src/waitconditions.qdoc
@@ -28,7 +28,7 @@
/*!
\example threads/waitconditions
\title Wait Conditions Example
- \brief Demonstrates multi-thread programming using Qt
+ \brief Demonstrates multi-thread programming using Qt.
\ingroup qtconcurrent-mtexamples
\brief The Wait Conditions example shows how to use QWaitCondition and