diff options
author | David Boddie <dboddie@trolltech.com> | 2010-03-04 16:28:40 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-03-04 16:28:40 (GMT) |
commit | 449a5173075786c0d8ee28cac8d790145096cc49 (patch) | |
tree | b133c4d4734fe444510dd5b3c670c3734c4d3165 /src/corelib/tools/qtextboundaryfinder.cpp | |
parent | 52c486156287bdfb67ed3765952f5c5a2cd0c318 (diff) | |
download | Qt-449a5173075786c0d8ee28cac8d790145096cc49.zip Qt-449a5173075786c0d8ee28cac8d790145096cc49.tar.gz Qt-449a5173075786c0d8ee28cac8d790145096cc49.tar.bz2 |
Doc: Fixed typos.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/tools/qtextboundaryfinder.cpp')
-rw-r--r-- | src/corelib/tools/qtextboundaryfinder.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/tools/qtextboundaryfinder.cpp b/src/corelib/tools/qtextboundaryfinder.cpp index 7c40e35..9205297 100644 --- a/src/corelib/tools/qtextboundaryfinder.cpp +++ b/src/corelib/tools/qtextboundaryfinder.cpp @@ -100,7 +100,8 @@ static void init(QTextBoundaryFinder::BoundaryType type, const QChar *chars, int HB_GetSentenceBoundaries(string, length, scriptItems.data(), scriptItems.count(), attributes); } -/*! \class QTextBoundaryFinder +/*! + \class QTextBoundaryFinder \brief The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string. @@ -331,7 +332,7 @@ QString QTextBoundaryFinder::string() const /*! Moves the QTextBoundaryFinder to the next boundary position and returns that position. - Returns -1 is there is no next boundary. + Returns -1 if there is no next boundary. */ int QTextBoundaryFinder::toNextBoundary() { @@ -373,7 +374,7 @@ int QTextBoundaryFinder::toNextBoundary() /*! Moves the QTextBoundaryFinder to the previous boundary position and returns that position. - Returns -1 is there is no previous boundary. + Returns -1 if there is no previous boundary. */ int QTextBoundaryFinder::toPreviousBoundary() { |