diff options
author | Peng Wu <alexepico@gmail.com> | 2017-02-13 11:26:06 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2017-02-13 11:26:06 +0800 |
commit | bac036fbf602ecf9879b900dffde9f791c9936f0 (patch) | |
tree | 5794f1a6db30125cf466d9a68f58e923c30f3a61 | |
parent | 2c2b17198520df203a740044b69fdf636b15af10 (diff) | |
download | libpinyin-bac036fbf602ecf9879b900dffde9f791c9936f0.tar.gz libpinyin-bac036fbf602ecf9879b900dffde9f791c9936f0.tar.xz libpinyin-bac036fbf602ecf9879b900dffde9f791c9936f0.zip |
update pinyin_custom3.h
-rw-r--r-- | src/storage/pinyin_custom3.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storage/pinyin_custom3.h b/src/storage/pinyin_custom3.h index 057e2a7..37e89bb 100644 --- a/src/storage/pinyin_custom3.h +++ b/src/storage/pinyin_custom3.h @@ -26,7 +26,7 @@ G_BEGIN_DECLS /** - * PinyinStandardOption: type pinyin_standard_option_t. + * PinyinStandardOption: type pinyin_option_t. * * The enums of pinyin standard option. * @@ -45,7 +45,7 @@ enum PinyinStandardOption{ }; /** - * PinyinFuzzyOption: type pinyin_fuzzy_option_t. + * PinyinFuzzyOption: type pinyin_option_t. * * The enums of pinyin fuzzy option. * @@ -65,7 +65,7 @@ enum PinyinFuzzyOption{ }; /** - * PinyinCorrectOption: type pinyin_correct_option_t. + * PinyinCorrectOption: type pinyin_option_t. * * The enums of pinyin correct option. * @@ -83,7 +83,7 @@ enum PinyinCorrectOption{ }; /** - * ZhuyinCorrectOption: type pinyin_correct_option_t. + * ZhuyinCorrectOption: type pinyin_option_t. * * The enums of zhuyin correct option. * |