ICU-3820 Fix doxygen warnings

X-SVN-Rev: 15816
This commit is contained in:
George Rhoten 2004-06-09 18:18:34 +00:00
parent 53e521de42
commit 2263af12ff
3 changed files with 5 additions and 5 deletions

View File

@ -446,7 +446,7 @@ public:
* Returns an instance of a BreakIterator implementing title breaks.
* The iterator returned locates title boundaries as described for
* Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration,
* please use Word Boundary iterator.{@link createWordInstance()}
* please use Word Boundary iterator.{@link createWordInstance }
*
* @param where the locale.
* @param status The error code.

View File

@ -596,8 +596,8 @@ public:
* over a string, calls to {@link next() } and {@link previous() } may
* return previously buffers characters in the old normalization mode
* until the iteration is able to re-sync at the next base character.
* It is safest to call {@link setIndexOnly() }, {@link reset() },
* {@link setText() }, {@link first() },
* It is safest to call {@link setIndexOnly }, {@link reset() },
* {@link setText }, {@link first() },
* {@link last() }, etc. after calling <code>setMode</code>.
* <p>
* @param newMode the new mode for this <code>Normalizer</code>.

View File

@ -442,7 +442,7 @@ protected:
* is found, the method returns <tt>USEARCH_DONE</tt>.
* <p>
* The <tt>StringSearch</tt> is adjusted so that its current index
* (as returned by {@link #getOffset()}) is the match position if one was
* (as returned by {@link #getOffset }) is the match position if one was
* found.
* If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
* the <tt>StringSearch</tt> will be adjusted to the index USEARCH_DONE.
@ -466,7 +466,7 @@ protected:
* is found, the method returns <tt>USEARCH_DONE</tt>.
* <p>
* The <tt>StringSearch</tt> is adjusted so that its current index
* (as returned by {@link #getOffset() }) is the match position if one was
* (as returned by {@link #getOffset }) is the match position if one was
* found.
* If a match is not found, <tt>USEARCH_DONE</tt> will be returned and
* the <tt>StringSearch</tt> will be adjusted to the index USEARCH_DONE.