summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-21 11:10:11 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-21 11:10:11 +0800
commitf9c1602a1cb8dc63a36f787fcba90d687813354c (patch)
tree600215df5a3eaf9e91f5db75dd02f12aa5ccedab /src/storage/pinyin_parser2.h
parentb84ee248300c8fa5317ea0c69efdf120616170cd (diff)
downloadlibzhuyin-f9c1602a1cb8dc63a36f787fcba90d687813354c.tar.gz
libzhuyin-f9c1602a1cb8dc63a36f787fcba90d687813354c.tar.xz
libzhuyin-f9c1602a1cb8dc63a36f787fcba90d687813354c.zip
rename pinyin_custom2.h to zhuyin_custom2.h
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 2190359..f44c3d3 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -25,7 +25,7 @@
#include <glib.h>
#include "novel_types.h"
#include "chewing_key.h"
-#include "pinyin_custom2.h"
+#include "zhuyin_custom2.h"
namespace zhuyin{
@@ -82,7 +82,7 @@ public:
public:
/**
* PhoneticParser2::parse_one_key:
- * @options: the pinyin options from pinyin_custom2.h.
+ * @options: the pinyin options.
* @key: the parsed result of struct ChewingKey.
* @str: the input of the ascii string.
* @len: the length of the str.