From bac036fbf602ecf9879b900dffde9f791c9936f0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 13 Feb 2017 11:26:06 +0800 Subject: update pinyin_custom3.h --- src/storage/pinyin_custom3.h | 8 ++++---- 1 file 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. * -- cgit