summaryrefslogtreecommitdiffstats
path: root/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 /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 'src')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-module.qdoc2
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp2
-rw-r--r--src/corelib/global/qglobalstatic.qdoc2
-rw-r--r--src/corelib/io/qdebug.cpp2
-rw-r--r--src/corelib/itemmodels/qidentityproxymodel.cpp2
-rw-r--r--src/corelib/kernel/qobject.cpp2
-rw-r--r--src/corelib/serialization/qxmlstream.cpp2
-rw-r--r--src/corelib/thread/qsemaphore.cpp2
-rw-r--r--src/corelib/tools/qbytearraymatcher.cpp2
-rw-r--r--src/corelib/tools/qsharedpointer.cpp6
-rw-r--r--src/dbus/qdbusabstractinterface.cpp2
-rw-r--r--src/dbus/qdbuspendingcall.cpp4
-rw-r--r--src/dbus/qdbuspendingreply.cpp2
-rw-r--r--src/gui/kernel/qpixelformat.cpp2
-rw-r--r--src/gui/kernel/qrasterwindow.cpp2
-rw-r--r--src/gui/opengl/qopenglfunctions_es2.cpp2
-rw-r--r--src/gui/painting/qpagesize.cpp2
-rw-r--r--src/gui/text/qplatformfontdatabase.cpp2
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp2
-rw-r--r--src/network/access/qnetworkcookiejar.cpp2
-rw-r--r--src/network/access/qnetworkreply.cpp2
-rw-r--r--src/network/doc/src/qtnetwork.qdoc2
-rw-r--r--src/network/ssl/qsslconfiguration.cpp2
-rw-r--r--src/platformheaders/nativecontexts/qeglnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qwglnativecontext.qdoc2
-rw-r--r--src/widgets/widgets/qplaintextedit.cpp2
-rw-r--r--src/widgets/widgets/qtextedit.cpp2
27 files changed, 30 insertions, 30 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-module.qdoc b/src/concurrent/doc/src/qtconcurrent-module.qdoc
index 7f2b9b9562..9289b4bfa8 100644
--- a/src/concurrent/doc/src/qtconcurrent-module.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-module.qdoc
@@ -28,7 +28,7 @@
/*!
\module QtConcurrent
\title Qt Concurrent C++ Classes
- \brief The Qt Concurrent module contains functionality to support concurrent execution of program code
+ \brief The Qt Concurrent module contains functionality to support concurrent execution of program code.
\ingroup modules
\qtvariable concurrent
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index 9fd845bb93..5ba2a1fa73 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -40,7 +40,7 @@
/*!
\class QPropertyAnimation
\inmodule QtCore
- \brief The QPropertyAnimation class animates Qt properties
+ \brief The QPropertyAnimation class animates Qt properties.
\since 4.6
\ingroup animation
diff --git a/src/corelib/global/qglobalstatic.qdoc b/src/corelib/global/qglobalstatic.qdoc
index 63cc968d1c..e3705ee6be 100644
--- a/src/corelib/global/qglobalstatic.qdoc
+++ b/src/corelib/global/qglobalstatic.qdoc
@@ -336,7 +336,7 @@
\threadsafe
\inmodule QtCore
\since 5.1
- \brief The QGlobalStatic class is used to implement a global static object
+ \brief The QGlobalStatic class is used to implement a global static object.
The QGlobalStatic class is the front-end API exported when
Q_GLOBAL_STATIC() is used. See the documentation for the macro for a
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index 0d9a6c8749..013d531581 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -842,7 +842,7 @@ QDebug &QDebug::resetFormat()
/*!
\class QDebugStateSaver
\inmodule QtCore
- \brief Convenience class for custom QDebug operators
+ \brief Convenience class for custom QDebug operators.
Saves the settings used by QDebug, and restores them upon destruction,
then calls \l {QDebug::maybeSpace()}{maybeSpace()}, to separate arguments with a space if
diff --git a/src/corelib/itemmodels/qidentityproxymodel.cpp b/src/corelib/itemmodels/qidentityproxymodel.cpp
index e984ec194e..c1e23dbd0c 100644
--- a/src/corelib/itemmodels/qidentityproxymodel.cpp
+++ b/src/corelib/itemmodels/qidentityproxymodel.cpp
@@ -83,7 +83,7 @@ class QIdentityProxyModelPrivate : public QAbstractProxyModelPrivate
\since 4.8
\class QIdentityProxyModel
\inmodule QtCore
- \brief The QIdentityProxyModel class proxies its source model unmodified
+ \brief The QIdentityProxyModel class proxies its source model unmodified.
\ingroup model-view
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index 8a7bb53e33..566f75a6c3 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -511,7 +511,7 @@ void QMetaCallEvent::placeMetaCall(QObject *object)
/*!
\class QSignalBlocker
- \brief Exception-safe wrapper around QObject::blockSignals()
+ \brief Exception-safe wrapper around QObject::blockSignals().
\since 5.3
\ingroup objectmodel
\inmodule QtCore
diff --git a/src/corelib/serialization/qxmlstream.cpp b/src/corelib/serialization/qxmlstream.cpp
index a92dd71df5..f18c4cc8e7 100644
--- a/src/corelib/serialization/qxmlstream.cpp
+++ b/src/corelib/serialization/qxmlstream.cpp
@@ -2265,7 +2265,7 @@ QXmlStreamAttributes QXmlStreamReader::attributes() const
\inmodule QtCore
\since 4.3
\reentrant
- \brief The QXmlStreamAttribute class represents a single XML attribute
+ \brief The QXmlStreamAttribute class represents a single XML attribute.
\ingroup xml-tools
diff --git a/src/corelib/thread/qsemaphore.cpp b/src/corelib/thread/qsemaphore.cpp
index e91e859975..74e0746f43 100644
--- a/src/corelib/thread/qsemaphore.cpp
+++ b/src/corelib/thread/qsemaphore.cpp
@@ -503,7 +503,7 @@ bool QSemaphore::tryAcquire(int n, int timeout)
/*!
\class QSemaphoreReleaser
- \brief The QSemaphoreReleaser class provides exception-safe deferral of a QSemaphore::release() call
+ \brief The QSemaphoreReleaser class provides exception-safe deferral of a QSemaphore::release() call.
\since 5.10
\ingroup thread
\inmodule QtCore
diff --git a/src/corelib/tools/qbytearraymatcher.cpp b/src/corelib/tools/qbytearraymatcher.cpp
index 96c2394dbd..a54afc5a9d 100644
--- a/src/corelib/tools/qbytearraymatcher.cpp
+++ b/src/corelib/tools/qbytearraymatcher.cpp
@@ -334,7 +334,7 @@ int qFindByteArray(
\class QStaticByteArrayMatcher
\since 5.9
\inmodule QtCore
- \brief The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher
+ \brief The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher.
\ingroup tools
\ingroup string-processing
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 22cf516b68..2d5fd2a00e 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -46,7 +46,7 @@
/*!
\class QSharedPointer
\inmodule QtCore
- \brief The QSharedPointer class holds a strong reference to a shared pointer
+ \brief The QSharedPointer class holds a strong reference to a shared pointer.
\since 4.5
\reentrant
@@ -315,7 +315,7 @@
/*!
\class QWeakPointer
\inmodule QtCore
- \brief The QWeakPointer class holds a weak reference to a shared pointer
+ \brief The QWeakPointer class holds a weak reference to a shared pointer.
\since 4.5
\reentrant
@@ -373,7 +373,7 @@
/*!
\class QEnableSharedFromThis
\inmodule QtCore
- \brief A base class that allows obtaining a QSharedPointer for an object already managed by a shared pointer
+ \brief A base class that allows obtaining a QSharedPointer for an object already managed by a shared pointer.
\since 5.4
You can inherit this class when you need to create a QSharedPointer
diff --git a/src/dbus/qdbusabstractinterface.cpp b/src/dbus/qdbusabstractinterface.cpp
index 7ddf68daa0..148bd54147 100644
--- a/src/dbus/qdbusabstractinterface.cpp
+++ b/src/dbus/qdbusabstractinterface.cpp
@@ -305,7 +305,7 @@ int QDBusAbstractInterfaceBase::qt_metacall(QMetaObject::Call _c, int _id, void
\inmodule QtDBus
\since 4.2
- \brief The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces
+ \brief The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces.
Generated-code classes also derive from QDBusAbstractInterface,
all methods described here are also valid for generated-code
diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp
index bd6eb9eca3..2a31dd950a 100644
--- a/src/dbus/qdbuspendingcall.cpp
+++ b/src/dbus/qdbuspendingcall.cpp
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
\ingroup shared
\since 4.5
- \brief The QDBusPendingCall class refers to one pending asynchronous call
+ \brief The QDBusPendingCall class refers to one pending asynchronous call.
A QDBusPendingCall object is a reference to a method call that was
sent over D-Bus without waiting for a reply. QDBusPendingCall is an
@@ -91,7 +91,7 @@ QT_BEGIN_NAMESPACE
\since 4.5
\brief The QDBusPendingCallWatcher class provides a convenient way for
- waiting for asynchronous replies
+ waiting for asynchronous replies.
The QDBusPendingCallWatcher provides the finished() signal that will be
emitted when a reply arrives.
diff --git a/src/dbus/qdbuspendingreply.cpp b/src/dbus/qdbuspendingreply.cpp
index c0baa4a005..fef6f36432 100644
--- a/src/dbus/qdbuspendingreply.cpp
+++ b/src/dbus/qdbuspendingreply.cpp
@@ -49,7 +49,7 @@
\inmodule QtDBus
\since 4.5
- \brief The QDBusPendingReply class contains the reply to an asynchronous method call
+ \brief The QDBusPendingReply class contains the reply to an asynchronous method call.
The QDBusPendingReply is a template class with up to 8 template
parameters. Those parameters are the types that will be used to
diff --git a/src/gui/kernel/qpixelformat.cpp b/src/gui/kernel/qpixelformat.cpp
index c132a1418e..c28fe7ac63 100644
--- a/src/gui/kernel/qpixelformat.cpp
+++ b/src/gui/kernel/qpixelformat.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\since 5.4
\brief QPixelFormat is a class for describing different pixel
- layouts in graphics buffers
+ layouts in graphics buffers.
In Qt there is a often a need to represent the layout of the pixels in a
graphics buffer. Internally QPixelFormat stores everything in a 64 bit
diff --git a/src/gui/kernel/qrasterwindow.cpp b/src/gui/kernel/qrasterwindow.cpp
index d06fee62cf..c88654e794 100644
--- a/src/gui/kernel/qrasterwindow.cpp
+++ b/src/gui/kernel/qrasterwindow.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\class QRasterWindow
\inmodule QtGui
\since 5.4
- \brief QRasterWindow is a convenience class for using QPainter on a QWindow
+ \brief QRasterWindow is a convenience class for using QPainter on a QWindow.
QRasterWindow is a QWindow with a raster-based, non-OpenGL surface. On top of
the functionality offered by QWindow, QRasterWindow adds a virtual
diff --git a/src/gui/opengl/qopenglfunctions_es2.cpp b/src/gui/opengl/qopenglfunctions_es2.cpp
index 59e275dce1..dd2b3af80b 100644
--- a/src/gui/opengl/qopenglfunctions_es2.cpp
+++ b/src/gui/opengl/qopenglfunctions_es2.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\since 5.1
\wrapper
- \brief The QOpenGLFunctions_ES2 class provides all functions for OpenGL ES 2
+ \brief The QOpenGLFunctions_ES2 class provides all functions for OpenGL ES 2.
This class is a wrapper for OpenGL ES 2 functions. See reference pages on
\l {http://www.khronos.org/opengles/sdk/docs/man/}{khronos.org} for
diff --git a/src/gui/painting/qpagesize.cpp b/src/gui/painting/qpagesize.cpp
index 9cbe6ef911..a1c9f6e417 100644
--- a/src/gui/painting/qpagesize.cpp
+++ b/src/gui/painting/qpagesize.cpp
@@ -908,7 +908,7 @@ QSize QPageSizePrivate::sizePixels(int resolution) const
\class QPageSize
\inmodule QtGui
\since 5.3
- \brief The QPageSize class describes the size and name of a defined page size
+ \brief The QPageSize class describes the size and name of a defined page size.
This class implements support for the set of standard page sizes as defined
in the Adobe Postscript PPD Standard v4.3. It defines the standard set of
diff --git a/src/gui/text/qplatformfontdatabase.cpp b/src/gui/text/qplatformfontdatabase.cpp
index d89805d18e..a911014a19 100644
--- a/src/gui/text/qplatformfontdatabase.cpp
+++ b/src/gui/text/qplatformfontdatabase.cpp
@@ -264,7 +264,7 @@ bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSys
/*!
\class QSupportedWritingSystems
\brief The QSupportedWritingSystems class is used when registering fonts with the internal Qt
- fontdatabase
+ fontdatabase.
\ingroup painting
\inmodule QtGui
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index 35e79a69f2..76850837d0 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -166,7 +166,7 @@ static void ensureInitialized()
/*!
\class QNetworkAccessManager
\brief The QNetworkAccessManager class allows the application to
- send network requests and receive replies
+ send network requests and receive replies.
\since 4.4
\ingroup network
diff --git a/src/network/access/qnetworkcookiejar.cpp b/src/network/access/qnetworkcookiejar.cpp
index 2ec4acf26c..072a7f249d 100644
--- a/src/network/access/qnetworkcookiejar.cpp
+++ b/src/network/access/qnetworkcookiejar.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
\since 4.4
\inmodule QtNetwork
- \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects
+ \brief The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects.
Cookies are small bits of information that stateless protocols
like HTTP use to maintain some persistent information across
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index 11d8f0e3f7..aca9cb1c08 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -61,7 +61,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
\class QNetworkReply
\since 4.4
\brief The QNetworkReply class contains the data and headers for a request
- sent with QNetworkAccessManager
+ sent with QNetworkAccessManager.
\reentrant
\ingroup network
diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc
index 7a95195da2..517e0a72cb 100644
--- a/src/network/doc/src/qtnetwork.qdoc
+++ b/src/network/doc/src/qtnetwork.qdoc
@@ -96,7 +96,7 @@
\title Qt Network C++ Classes
\ingroup modules
\qtvariable network
- \brief Provides classes to make network programming easier and portable
+ \brief Provides classes to make network programming easier and portable.
To include the definitions of the module's classes, use the
following directive:
diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp
index a1697c0125..46df181496 100644
--- a/src/network/ssl/qsslconfiguration.cpp
+++ b/src/network/ssl/qsslconfiguration.cpp
@@ -59,7 +59,7 @@ const char QSslConfiguration::NextProtocolHttp1_1[] = "http/1.1";
/*!
\class QSslConfiguration
- \brief The QSslConfiguration class holds the configuration and state of an SSL connection
+ \brief The QSslConfiguration class holds the configuration and state of an SSL connection.
\since 4.4
\reentrant
diff --git a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
index 22e763ec24..3779ea10c8 100644
--- a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
@@ -30,7 +30,7 @@
\inmodule QtPlatformHeaders
\since 5.4
- \brief A class encapsulating an EGL context and display handle
+ \brief A class encapsulating an EGL context and display handle.
\note There is no binary compatibility guarantee for this class, meaning
that an application using it is only guaranteed to work with the Qt version it was
diff --git a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
index ccc5e2b1d0..20563c3906 100644
--- a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
@@ -30,7 +30,7 @@
\inmodule QtPlatformHeaders
\since 5.4
- \brief A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll)
+ \brief A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll).
\note There is no binary compatibility guarantee for this class,
meaning that an application using it is only guaranteed to work with the Qt
diff --git a/src/widgets/widgets/qplaintextedit.cpp b/src/widgets/widgets/qplaintextedit.cpp
index 903a9349ec..a4c463fb5b 100644
--- a/src/widgets/widgets/qplaintextedit.cpp
+++ b/src/widgets/widgets/qplaintextedit.cpp
@@ -109,7 +109,7 @@ public:
/*! \class QPlainTextDocumentLayout
\since 4.4
- \brief The QPlainTextDocumentLayout class implements a plain text layout for QTextDocument
+ \brief The QPlainTextDocumentLayout class implements a plain text layout for QTextDocument.
\ingroup richtext-processing
\inmodule QtWidgets
diff --git a/src/widgets/widgets/qtextedit.cpp b/src/widgets/widgets/qtextedit.cpp
index 8a9a0eaf96..5790b1e32e 100644
--- a/src/widgets/widgets/qtextedit.cpp
+++ b/src/widgets/widgets/qtextedit.cpp
@@ -2049,7 +2049,7 @@ void QTextEdit::setAcceptRichText(bool accept)
\inmodule QtWidgets
\brief The QTextEdit::ExtraSelection structure provides a way of specifying a
- character format for a given selection in a document
+ character format for a given selection in a document.
*/
/*!