diff --git a/icu4c/source/common/unicode/ubiditransform.h b/icu4c/source/common/unicode/ubiditransform.h index 3b6811c6b0..ceebf21ba0 100644 --- a/icu4c/source/common/unicode/ubiditransform.h +++ b/icu4c/source/common/unicode/ubiditransform.h @@ -24,6 +24,9 @@ #ifndef U_HIDE_DRAFT_API /** + * \file + * \brief Bidi Transformations + * * UBiDiOrder indicates the order of text.

* This bidi transformation engine supports all possible combinations (4 in * total) of input and output text order: @@ -108,6 +111,7 @@ typedef struct UBiDiTransform UBiDiTransform; * ordering scheme to the bidi layout defined by the output ordering scheme, * and applies character mirroring and Arabic shaping operations.

* In terms of UBiDi, such a transformation implies: + *