Replace two \returns markers by "The function returns"
authorhjk <qthjk@ovi.com>
Fri, 30 Nov 2012 15:09:46 +0000 (16:09 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 22:56:06 +0000 (23:56 +0100)
Change-Id: I101310f6bd9bddf0ee9d06a81b9fef805313a015
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/corelib/io/qwinoverlappedionotifier.cpp
src/gui/text/qcssparser.cpp

index 8fa3648..a03585c 100644 (file)
@@ -211,8 +211,8 @@ void QWinOverlappedIoNotifier::setEnabled(bool enabled)
 /*!
  * Wait synchronously for the notified signal.
  *
- * \returns true, if the notified signal was emitted for the I/O operation
- *          that corresponds to the OVERLAPPED object.
+ * The function returns true if the notified signal was emitted for
+ * the I/O operation that corresponds to the OVERLAPPED object.
  */
 bool QWinOverlappedIoNotifier::waitForNotified(int msecs, OVERLAPPED *overlapped)
 {
index 885244d..b40bd7a 100644 (file)
@@ -1128,7 +1128,7 @@ static bool setFontWeightFromValue(const QCss::Value &value, QFont *font)
 /** \internal
  * parse the font family from the values (starting from index \a start)
  * and set it the \a font
- * \returns true if a family was extracted.
+ * The function returns true if a family was extracted.
  */
 static bool setFontFamilyFromValues(const QVector<QCss::Value> &values, QFont *font, int start = 0)
 {