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/gui/text/qzip.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/text/qzip.cpp') diff --git a/src/gui/text/qzip.cpp b/src/gui/text/qzip.cpp index 151b0bcfeb..dee56d18f7 100644 --- a/src/gui/text/qzip.cpp +++ b/src/gui/text/qzip.cpp @@ -899,7 +899,7 @@ QIODevice* QZipReader::device() const } /*! - Returns true if the user can read the file; otherwise returns false. + Returns \c true if the user can read the file; otherwise returns \c false. */ bool QZipReader::isReadable() const { @@ -907,7 +907,7 @@ bool QZipReader::isReadable() const } /*! - Returns true if the file exists; otherwise returns false. + Returns \c true if the file exists; otherwise returns \c false. */ bool QZipReader::exists() const { @@ -1194,7 +1194,7 @@ QIODevice* QZipWriter::device() const } /*! - Returns true if the user can write to the archive; otherwise returns false. + Returns \c true if the user can write to the archive; otherwise returns \c false. */ bool QZipWriter::isWritable() const { @@ -1202,7 +1202,7 @@ bool QZipWriter::isWritable() const } /*! - Returns true if the file exists; otherwise returns false. + Returns \c true if the file exists; otherwise returns \c false. */ bool QZipWriter::exists() const { -- cgit v1.2.3