ICU-1472 Mark the struct with @draft tag

X-SVN-Rev: 6854
This commit is contained in:
Ram Viswanadha 2001-11-13 23:46:16 +00:00
parent 857bb89d4f
commit 7a3107367d

View File

@ -16,6 +16,7 @@
/**
* The capacity of the context strings in UParseError.
* @draft ICU 2.0
*/
enum { U_PARSE_CONTEXT_LEN = 16 };
@ -33,6 +34,8 @@ enum { U_PARSE_CONTEXT_LEN = 16 };
*
* <p>Examples of engines which use UParseError (or may use it in the
* future) are RuleBasedTransliterator and RuleBasedBreakIterator.
*
* @draft ICU 2.0
*/
typedef struct _UParseError {