Replace two \returns markers by "The function returns"

Change-Id: I101310f6bd9bddf0ee9d06a81b9fef805313a015
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
hjk 2012-11-30 16:09:46 +01:00 committed by The Qt Project
parent 1164c6f6ca
commit 4902d381bd
2 changed files with 3 additions and 3 deletions

View File

@ -211,8 +211,8 @@ void QWinOverlappedIoNotifier::setEnabled(bool enabled)
/*! /*!
* Wait synchronously for the notified signal. * Wait synchronously for the notified signal.
* *
* \returns true, if the notified signal was emitted for the I/O operation * The function returns true if the notified signal was emitted for
* that corresponds to the OVERLAPPED object. * the I/O operation that corresponds to the OVERLAPPED object.
*/ */
bool QWinOverlappedIoNotifier::waitForNotified(int msecs, OVERLAPPED *overlapped) bool QWinOverlappedIoNotifier::waitForNotified(int msecs, OVERLAPPED *overlapped)
{ {

View File

@ -1128,7 +1128,7 @@ static bool setFontWeightFromValue(const QCss::Value &value, QFont *font)
/** \internal /** \internal
* parse the font family from the values (starting from index \a start) * parse the font family from the values (starting from index \a start)
* and set it the \a font * 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) static bool setFontFamilyFromValues(const QVector<QCss::Value> &values, QFont *font, int start = 0)
{ {