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/dbus/qdbuscontext.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dbus/qdbuscontext.cpp') diff --git a/src/dbus/qdbuscontext.cpp b/src/dbus/qdbuscontext.cpp index 7cc3648cf8..9cc56570e7 100644 --- a/src/dbus/qdbuscontext.cpp +++ b/src/dbus/qdbuscontext.cpp @@ -118,11 +118,11 @@ QDBusContext::~QDBusContext() } /*! - Returns true if we are processing a D-Bus call. If this function - returns true, the rest of the functions in this class are + Returns \c true if we are processing a D-Bus call. If this function + returns \c true, the rest of the functions in this class are available. - Accessing those functions when this function returns false is + Accessing those functions when this function returns \c false is undefined and may lead to crashes. */ bool QDBusContext::calledFromDBus() const @@ -147,7 +147,7 @@ const QDBusMessage &QDBusContext::message() const } /*! - Returns true if this call will have a delayed reply. + Returns \c true if this call will have a delayed reply. \sa setDelayedReply() */ -- cgit v1.2.3