]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/gender.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / gender.h
index 40056f81c570ca4c41d77d487cb332efbd466faa..dd103fbd54acae5c9977256167ed00be5abe972b 100644 (file)
 #ifndef _GENDER
 #define _GENDER
 
+/**
+ * \file
+ * \brief C++ API: GenderInfo computes the gender of a list.
+ */
+
 #include "unicode/utypes.h"
 
 #if !UCONFIG_NO_FORMATTING
@@ -31,7 +36,7 @@ class GenderInfoTest;
 #if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
-// Forward Declaration
+/** \internal Forward Declaration  */
 void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
 
 /**