ICU-2023 Fix some documentation for doxygen

X-SVN-Rev: 9367
This commit is contained in:
George Rhoten 2002-07-26 16:05:08 +00:00
parent a790297f07
commit 2172746123

View File

@ -39,13 +39,15 @@ typedef struct UConverter UConverter;
U_CDECL_BEGIN
/* maximum length of the converter names */
/** Maximum length of a converter name including the terminating NULL */
#define UCNV_MAX_CONVERTER_NAME_LENGTH 60
/* maximum length of the converter name including path */
/** Maximum length of a converter name including path and terminating NULL */
#define UCNV_MAX_FULL_FILE_NAME_LENGTH (600+UCNV_MAX_CONVERTER_NAME_LENGTH)
#define UCNV_SI 0x0F /*Shift in for EBDCDIC_STATEFUL and iso2022 states */
#define UCNV_SO 0x0E /*Shift out for EBDCDIC_STATEFUL and iso2022 states */
/** Shift in for EBDCDIC_STATEFUL and iso2022 states */
#define UCNV_SI 0x0F
/** Shift out for EBDCDIC_STATEFUL and iso2022 states */
#define UCNV_SO 0x0E
/**
* Enum for specifying basic types of converters