]> granicus.if.org Git - icu/commitdiff
ICU-8428 API tag for UErrorCode::U_FORMAT_INEXACT_ERROR
authorMarkus Scherer <markus.icu@gmail.com>
Fri, 13 May 2011 21:21:35 +0000 (21:21 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 13 May 2011 21:21:35 +0000 (21:21 +0000)
X-SVN-Rev: 30113

icu4c/source/common/unicode/utypes.h

index eba423e830d511f8b0d36e4869b4b5d8229855c6..6b48fd2de1847c9e273481aadbc738dfe450b670 100644 (file)
@@ -763,7 +763,7 @@ typedef enum UErrorCode {
     U_UNDEFINED_KEYWORD,              /**< Undefined Plural keyword */
     U_DEFAULT_KEYWORD_MISSING,        /**< Missing DEFAULT rule in plural rules */
     U_DECIMAL_NUMBER_SYNTAX_ERROR,    /**< Decimal number syntax error */
-    U_FORMAT_INEXACT_ERROR,           /**< Cannot format a number exactly and rounding mode is ROUND_UNNECESSARY */
+    U_FORMAT_INEXACT_ERROR,           /**< Cannot format a number exactly and rounding mode is ROUND_UNNECESSARY @draft ICU 4.8 */
     U_FMT_PARSE_ERROR_LIMIT,          /**< The limit for format library errors */
 
     /*