ICU-2589 fix doxygen warnings

X-SVN-Rev: 12459
This commit is contained in:
Ram Viswanadha 2003-06-11 18:13:44 +00:00
parent 7e2176a5e6
commit 263ee64dc2
2 changed files with 14 additions and 5 deletions

View file

@ -28,11 +28,20 @@
* @stable ICU 2.0
*/
typedef struct UFieldPosition {
/** The field */
/**
* The field
* @stable ICU 2.0
*/
int32_t field;
/** The start of the text range containing field */
/**
* The start of the text range containing field
* @stable ICU 2.0
*/
int32_t beginIndex;
/** The limit of the text range containing field */
/**
* The limit of the text range containing field
* @stable ICU 2.0
*/
int32_t endIndex;
} UFieldPosition;

View file

@ -728,13 +728,13 @@ public:
*/
class U_I18N_API SimpleNumberFormatFactory : public NumberFormatFactory {
protected:
/*
/**
* True if the locale supported by this factory is visible.
* @draft ICU 2.6
*/
const UBool _visible;
/*
/**
* The locale supported by this factory, as a UnicodeString.
* @draft ICU 2.6
*/