From 4533cc994484a2308297e64e99af005fb4dca065 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 2 Oct 2013 16:51:05 +0200 Subject: Doc: Adding mark-up to boolean default values. Default values should have mark-up to denote that they are code. This commit changes: -"property is true" to "property is \c true". -"Returns true" to "Returns \c true". -"property is false" to "property is \c false". -"returns true" to "returns \c true". -"returns false" to "returns \c false". src/3rdparty and non-documentation instances were ignored. Task-number: QTBUG-33360 Change-Id: Ie87eaa57af947caa1230602b61c5c46292a4cf4e Reviewed-by: Oswald Buddenhagen Reviewed-by: Jerome Pasion --- src/corelib/tools/qcollator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/corelib/tools/qcollator.cpp') diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp index 7d5915a1cb..a3a9ef940b 100644 --- a/src/corelib/tools/qcollator.cpp +++ b/src/corelib/tools/qcollator.cpp @@ -184,7 +184,7 @@ QLocale QCollator::locale() const /*! \fn bool QCollator::numericMode() const - Returns true if numeric sorting is enabled, false otherwise. + Returns \c true if numeric sorting is enabled, false otherwise. \sa setNumericMode() */ @@ -202,7 +202,7 @@ QLocale QCollator::locale() const /*! \fn bool QCollator::ignorePunctuation() const - Returns true if punctuation characters and symbols are ignored when determining sort order. + Returns \c true if punctuation characters and symbols are ignored when determining sort order. \sa setIgnorePunctuation() */ @@ -303,8 +303,8 @@ QCollatorSortKey& QCollatorSortKey::operator=(const QCollatorSortKey &other) /*! \fn bool QCollatorSortKey::operator<(const QCollatorSortKey &otherKey) const - According to the QCollator that created the key, returns true if the - key should be sorted before than \a otherKey; otherwise returns false. + According to the QCollator that created the key, returns \c true if the + key should be sorted before than \a otherKey; otherwise returns \c false. \sa compare() */ -- cgit v1.2.3