From a882d662f3b0a6c60234e87f7eaa78b11606caeb Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 27 Mar 2012 11:35:04 +0800 Subject: update comments --- src/storage/pinyin_custom2.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/storage/pinyin_custom2.h') 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{ -- cgit