From ecda2bc8c58f195f68ca83a576438178601eb45a Mon Sep 17 00:00:00 2001
From: George Rhoten UBiDiDirection
values indicate the text direction.
+ * UBiDiDirection
values indicate the text direction.
* @stable ICU 2.0
*/
enum UBiDiDirection {
- /** @memo All left-to-right text. This is a 0 value. @stable ICU 2.0 */
+ /** All left-to-right text. This is a 0 value. @stable ICU 2.0 */
UBIDI_LTR,
- /** @memo All right-to-left text. This is a 1 value. @stable ICU 2.0 */
+ /** All right-to-left text. This is a 1 value. @stable ICU 2.0 */
UBIDI_RTL,
- /** @memo Mixed-directional text. @stable ICU 2.0 */
+ /** Mixed-directional text. @stable ICU 2.0 */
UBIDI_MIXED
};
diff --git a/icu4c/source/common/unicode/uconfig.h b/icu4c/source/common/unicode/uconfig.h
index d9526059a9c..997cf686b48 100644
--- a/icu4c/source/common/unicode/uconfig.h
+++ b/icu4c/source/common/unicode/uconfig.h
@@ -173,7 +173,7 @@
# define UCONFIG_NO_REGULAR_EXPRESSIONS 0
#endif
-/*
+/**
* \def UCONFIG_NO_SERVICE
* This switch turns off service registration.
*
diff --git a/icu4c/source/common/unicode/udata.h b/icu4c/source/common/unicode/udata.h
index 0fe29cfad1d..ef81cc66226 100644
--- a/icu4c/source/common/unicode/udata.h
+++ b/icu4c/source/common/unicode/udata.h
@@ -100,40 +100,40 @@ U_CDECL_BEGIN
* @stable ICU 2.0
*/
typedef struct {
- /** @memo sizeof(UDataInfo)
+ /** sizeof(UDataInfo)
* @stable ICU 2.0 */
uint16_t size;
- /** @memo unused, set to 0
+ /** unused, set to 0
* @stable ICU 2.0*/
uint16_t reservedWord;
/* platform data properties */
- /** @memo 0 for little-endian machine, 1 for big-endian
+ /** 0 for little-endian machine, 1 for big-endian
* @stable ICU 2.0 */
uint8_t isBigEndian;
- /** @memo see U_CHARSET_FAMILY values in utypes.h
+ /** see U_CHARSET_FAMILY values in utypes.h
* @stable ICU 2.0*/
uint8_t charsetFamily;
- /** @memo sizeof(UChar), one of { 1, 2, 4 }
+ /** sizeof(UChar), one of { 1, 2, 4 }
* @stable ICU 2.0*/
uint8_t sizeofUChar;
- /** @memo unused, set to 0
+ /** unused, set to 0
* @stable ICU 2.0*/
uint8_t reservedByte;
- /** @memo data format identifier
+ /** data format identifier
* @stable ICU 2.0*/
uint8_t dataFormat[4];
- /** @memo versions: [0] major [1] minor [2] milli [3] micro
+ /** versions: [0] major [1] minor [2] milli [3] micro
* @stable ICU 2.0*/
uint8_t formatVersion[4];
- /** @memo versions: [0] major [1] minor [2] milli [3] micro
+ /** versions: [0] major [1] minor [2] milli [3] micro
* @stable ICU 2.0*/
uint8_t dataVersion[4];
} UDataInfo;
diff --git a/icu4c/source/i18n/unicode/rbnf.h b/icu4c/source/i18n/unicode/rbnf.h
index 27f08ec4462..56b0f8fcd1f 100644
--- a/icu4c/source/i18n/unicode/rbnf.h
+++ b/icu4c/source/i18n/unicode/rbnf.h
@@ -487,12 +487,12 @@ class Collator;
* public rule set names, in the same order as they were listed in the first arrray.
In the syntax, angle brackets '<', '>' are used to delimit the arrays, and comma ',' is used * to separate elements of an array. Whitespace is ignored, unless quoted.
- *For example:
+ *+ * < zh, \\u7532, \\u4e59, \\u4e19 > > + * * @author Richard Gillam * @see NumberFormat * @see DecimalFormat diff --git a/icu4c/source/i18n/unicode/utmscale.h b/icu4c/source/i18n/unicode/utmscale.h index 3a6b259d4c0..9ff6dd3a9b9 100644 --- a/icu4c/source/i18n/unicode/utmscale.h +++ b/icu4c/source/i18n/unicode/utmscale.h @@ -30,10 +30,7 @@ * and the epoch (origin). We'll refer to these as time scales. For example: * *For example:
* < < %foo, %bar, %baz >, * < en, Foo, Bar, Baz >, * < fr, 'le Foo', 'le Bar', 'le Baz' > - * < zh, \u7532, \u4e59, \u4e19 > > - *
Source | *Datatype |
---|