From: Andy Heninger Date: Thu, 18 Oct 2018 16:56:27 +0000 (-0700) Subject: ICU-20212 unistr.h, review comments from Markus for doc formatting. X-Git-Tag: release-64-rc~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47b3922b595007708c434a9bbf321880f7f1551c;p=icu ICU-20212 unistr.h, review comments from Markus for doc formatting. --- diff --git a/icu4c/source/common/unicode/unistr.h b/icu4c/source/common/unicode/unistr.h index 04ddb4cb333..8bb7dcae585 100644 --- a/icu4c/source/common/unicode/unistr.h +++ b/icu4c/source/common/unicode/unistr.h @@ -1407,7 +1407,7 @@ public: * The resulting index return value will be in between 0 and length(), inclusively. * * Examples: - *\code + * \code * // s has code points 'a' U+10000 'b' U+10ffff U+2029 * UnicodeString s(u"a\U00010000b\U0010ffff\u2029"); * @@ -1424,7 +1424,7 @@ public: * * // go to the next-to-last code point of s * index=s.moveIndex32(s.length(), -2); // backward-skips U+2029 and U+10ffff - *\endcode + * \endcode * * @param index input code unit index * @param delta (signed) code point count to move the index forward or backward