summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-27 11:35:04 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-27 11:35:04 +0800
commita882d662f3b0a6c60234e87f7eaa78b11606caeb (patch)
tree1185d7afa4efb2c1498fc3c8664e11fb049d0b55 /src/storage/pinyin_custom2.h
parentfdaaf0e79d136d6cd173ef04b392360ef86782ee (diff)
downloadlibpinyin-a882d662f3b0a6c60234e87f7eaa78b11606caeb.tar.gz
libpinyin-a882d662f3b0a6c60234e87f7eaa78b11606caeb.tar.xz
libpinyin-a882d662f3b0a6c60234e87f7eaa78b11606caeb.zip
update comments
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{