mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12215
This commit is contained in:
parent
a7f14cf71b
commit
0e4313cda0
1 changed files with 9 additions and 1 deletions
|
@ -59,7 +59,15 @@ typedef struct UConverter UConverter;
|
|||
|
||||
#ifndef __USET_H__
|
||||
|
||||
/* see unicode/uset.h */
|
||||
/**
|
||||
* USet is the C API type for Unicode sets.
|
||||
* It is forward-declared here to avoid including the header file if related
|
||||
* conversion APIs are not used.
|
||||
* See unicode/uset.h
|
||||
*
|
||||
* @see ucnv_getUnicodeSet
|
||||
* @draft ICU 2.6
|
||||
*/
|
||||
struct USet;
|
||||
typedef struct USet USet;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue