summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-14 15:51:51 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-14 15:51:51 +0800
commitd23ca05207341dce426e6e470e283eed891b9085 (patch)
tree22ddb06f4f93a083bfa57b504bcffacd5e335ef4
parentdf36b6d1c5fb6731e1d1b18b45e76bdf736a0b51 (diff)
downloadlibpinyin-d23ca05207341dce426e6e470e283eed891b9085.tar.gz
libpinyin-d23ca05207341dce426e6e470e283eed891b9085.tar.xz
libpinyin-d23ca05207341dce426e6e470e283eed891b9085.zip
update comments
-rw-r--r--src/storage/pinyin_parser2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 943be20..e4a7871 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -261,11 +261,11 @@ public:
* Parse the chewing string into an array of struct ChewingKeys.
*
* Several keyboard scheme are supported:
- * * CHEWING_STANDARD Standard ZhuYin keyboard, which maps 1 to Bo(ㄅ), q to Po(ㄆ) etc.
- * * CHEWING_IBM IBM ZhuYin keyboard, which maps 1 to Bo(ㄅ), 2 to Po(ㄆ) etc.
- * * CHEWING_GINYIEH Gin-Yieh ZhuYin keyboard.
- * * CHEWING_ETEN Eten (倚天) ZhuYin keyboard.
- * * CHEWING_STANDARD_DVORAK Standard Dvorak ZhuYin keyboard
+ * * ZHUYIN_STANDARD Standard ZhuYin keyboard, which maps 1 to Bo(ㄅ), q to Po(ㄆ) etc.
+ * * ZHUYIN_IBM IBM ZhuYin keyboard, which maps 1 to Bo(ㄅ), 2 to Po(ㄆ) etc.
+ * * ZHUYIN_GINYIEH Gin-Yieh ZhuYin keyboard.
+ * * ZHUYIN_ETEN Eten (倚天) ZhuYin keyboard.
+ * * ZHUYIN_STANDARD_DVORAK Standard Dvorak ZhuYin keyboard
*
*/