summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_custom2.h')
-rw-r--r--src/storage/pinyin_custom2.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index ce6012a..a848258 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -24,6 +24,9 @@
namespace pinyin{
+/**
+ * PinyinTableFlag:
+ */
enum PinyinTableFlag{
IS_CHEWING = 1U << 1,
IS_PINYIN = 1U << 2,
@@ -35,10 +38,10 @@ enum PinyinTableFlag{
};
/**
- * @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,
@@ -55,7 +58,10 @@ enum PinyinAmbiguity2{
};
/**
- * @brief enums of pinyin corrections.
+ * PinyinCorrection2:
+ *
+ * The enums of pinyin corrections.
+ *
*/
enum PinyinCorrection2{