From 4902d381bdf8ffc0a8fd0e30e08f1f8a83ea7b70 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 30 Nov 2012 16:09:46 +0100 Subject: Replace two \returns markers by "The function returns" Change-Id: I101310f6bd9bddf0ee9d06a81b9fef805313a015 Reviewed-by: Leena Miettinen Reviewed-by: Lars Knoll --- src/corelib/io/qwinoverlappedionotifier.cpp | 4 ++-- src/gui/text/qcssparser.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/corelib/io/qwinoverlappedionotifier.cpp b/src/corelib/io/qwinoverlappedionotifier.cpp index 8fa3648987..a03585c632 100644 --- a/src/corelib/io/qwinoverlappedionotifier.cpp +++ b/src/corelib/io/qwinoverlappedionotifier.cpp @@ -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) { diff --git a/src/gui/text/qcssparser.cpp b/src/gui/text/qcssparser.cpp index 885244d9a7..b40bd7a63f 100644 --- a/src/gui/text/qcssparser.cpp +++ b/src/gui/text/qcssparser.cpp @@ -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 &values, QFont *font, int start = 0) { -- cgit v1.2.3