mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2589 fix doxygen warnings
X-SVN-Rev: 12459
This commit is contained in:
parent
7e2176a5e6
commit
263ee64dc2
2 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue