From d23ca05207341dce426e6e470e283eed891b9085 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 14 Oct 2015 15:51:51 +0800 Subject: update comments --- src/storage/pinyin_parser2.h | 10 +++++----- 1 file 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 * */ -- cgit