diff -r b72c6db6890b -r 5dc02b23752f src/corelib/tools/qtextboundaryfinder.cpp --- a/src/corelib/tools/qtextboundaryfinder.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/src/corelib/tools/qtextboundaryfinder.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -100,7 +100,8 @@ 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 @@ /*! 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 @@ /*! 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() {