ICU-2589 Fix some doxygen warnings.

X-SVN-Rev: 12215
This commit is contained in:
Markus Scherer 2003-06-02 16:33:21 +00:00
parent a7f14cf71b
commit 0e4313cda0

View file

@ -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;