namespace pinyin{
+/**
+ * PinyinTableFlag:
+ */
enum PinyinTableFlag{
IS_CHEWING = 1U << 1,
IS_PINYIN = 1U << 2,
};
/**
- * @brief enums of pinyin ambiguities.
+ * PinyinAmbiguity2:
+ *
+ * The enums of pinyin ambiguities.
*
- * Some pinyin element maybe confused by somebody,
- * We allow these ambiguities.
*/
enum PinyinAmbiguity2{
PINYIN_AMB_C_CH = 1U << 9,
};
/**
- * @brief enums of pinyin corrections.
+ * PinyinCorrection2:
+ *
+ * The enums of pinyin corrections.
+ *
*/
enum PinyinCorrection2{