summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtextboundaryfinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qtextboundaryfinder.cpp')
-rw-r--r--src/corelib/tools/qtextboundaryfinder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qtextboundaryfinder.cpp b/src/corelib/tools/qtextboundaryfinder.cpp
index 7b8fbebb22..3063483da6 100644
--- a/src/corelib/tools/qtextboundaryfinder.cpp
+++ b/src/corelib/tools/qtextboundaryfinder.cpp
@@ -343,7 +343,7 @@ void QTextBoundaryFinder::setPosition(int position)
/*! \fn bool QTextBoundaryFinder::isValid() const
- Returns true if the text boundary finder is valid; otherwise returns false.
+ Returns \c true if the text boundary finder is valid; otherwise returns \c false.
A default QTextBoundaryFinder is invalid.
*/
@@ -429,7 +429,7 @@ int QTextBoundaryFinder::toPreviousBoundary()
}
/*!
- Returns true if the object's position() is currently at a valid text boundary.
+ Returns \c true if the object's position() is currently at a valid text boundary.
*/
bool QTextBoundaryFinder::isAtBoundary() const
{