summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-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
9 files changed, 11 insertions, 11 deletions
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