summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-10 13:10:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:42:02 +0200
commitad97aba452ed7d3dbd3c9d437c59c14b2ae0661b (patch)
tree2a37426bc8e29f27d3b3a486693b484b2caa069c /src/corelib
parent87d21127de4a361c7e76ba91a0ea336bbed32853 (diff)
Doc: Fix \sa usage
Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qlogging.cpp2
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp2
-rw-r--r--src/corelib/kernel/qmetaobject.cpp2
-rw-r--r--src/corelib/tools/qpoint.cpp2
-rw-r--r--src/corelib/tools/qrect.cpp14
-rw-r--r--src/corelib/tools/qstring.cpp2
6 files changed, 12 insertions, 12 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index ed845745be..cc6ff4d3cd 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -832,7 +832,7 @@ void qWinMessageHandler2(QtMsgType t, const QMessageLogContext &context,
qSetMessagePattern() has no effect if a custom message handler is installed.
- \sa qInstallMessageHandler, Debugging Techniques
+ \sa qInstallMessageHandler, {Debugging Techniques}
*/
QtMessageHandler qInstallMessageHandler(QtMessageHandler h)
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index dad6c621b7..c4530712a2 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -1559,7 +1559,7 @@ bool QCoreApplication::installTranslator(QTranslator *translationFile)
The function returns true on success and false on failure.
- \sa installTranslator() translate(), QObject::tr()
+ \sa installTranslator(), translate(), QObject::tr()
*/
bool QCoreApplication::removeTranslator(QTranslator *translationFile)
diff --git a/src/corelib/kernel/qmetaobject.cpp b/src/corelib/kernel/qmetaobject.cpp
index 4e05b63c82..c91cf60cc9 100644
--- a/src/corelib/kernel/qmetaobject.cpp
+++ b/src/corelib/kernel/qmetaobject.cpp
@@ -3205,7 +3205,7 @@ const char* QMetaClassInfo::value() const
This class should never be used directly. Please use the \l Q_ARG()
macro instead.
- \sa Q_ARG(), QMetaObject::invokeMethod(), QGenericReturnArgument
+ \sa Q_ARG(), QMetaObject::invokeMethod(), QGenericReturnArgument
*/
/*!
diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp
index edc103f0b2..07f46c3d61 100644
--- a/src/corelib/tools/qpoint.cpp
+++ b/src/corelib/tools/qpoint.cpp
@@ -542,7 +542,7 @@ QDebug operator<<(QDebug d, const QPointF &p)
Sets the y coordinate of this point to the given \a y coordinate.
- \sa y(), setX()
+ \sa y(), setX()
*/
/*!
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp
index 8c1eea8df7..c14a4c9a63 100644
--- a/src/corelib/tools/qrect.cpp
+++ b/src/corelib/tools/qrect.cpp
@@ -322,7 +322,7 @@ QRect QRect::normalized() const
Returns the x-coordinate of the rectangle's left edge. Equivalent
to x().
- \sa setLeft(), topLeft(), bottomLeft()
+ \sa setLeft(), topLeft(), bottomLeft()
*/
/*!
@@ -752,7 +752,7 @@ QRect QRect::normalized() const
Returns the width of the rectangle.
- \sa setWidth(), height(), size()
+ \sa setWidth(), height(), size()
*/
/*!
@@ -1093,7 +1093,7 @@ QRect QRect::operator&(const QRect &r) const
The intersection rectangle can be retrieved using the intersected()
function.
- \sa contains()
+ \sa contains()
*/
bool QRect::intersects(const QRect &r) const
@@ -1423,7 +1423,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) {
Use the normalized() function to retrieve a rectangle where the
corners are swapped.
- \sa isNull(), isValid(), normalized()
+ \sa isNull(), isValid(), normalized()
*/
/*!
@@ -1480,7 +1480,7 @@ QRectF QRectF::normalized() const
Returns the y-coordinate of the rectangle's top edge. Equivalent
to top().
- \sa setY(), x(), topLeft()
+ \sa setY(), x(), topLeft()
*/
@@ -1727,7 +1727,7 @@ QRectF QRectF::normalized() const
relative to the current position. Positive values move the rectangle to the
right and downwards.
- \sa moveTopLeft(), moveTo(), translated()
+ \sa moveTopLeft(), moveTo(), translated()
*/
@@ -2019,7 +2019,7 @@ bool QRectF::contains(const QRectF &r) const
Returns the position of the rectangle's bottom-left corner.
- \sa setBottomLeft(), bottom(), left()
+ \sa setBottomLeft(), bottom(), left()
*/
/*!
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index c495c18810..a4a1563b62 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -965,7 +965,7 @@ const QString::Null QString::null = { };
This constructor is only available if Qt is configured with STL
compatibility enabled.
- \sa fromLatin1(), fromLocal8Bit(), fromUtf8()
+ \sa fromLatin1(), fromLocal8Bit(), fromUtf8()
*/
/*! \fn QString QString::fromStdWString(const std::wstring &str)