summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-07-11 13:06:10 +0800
committerPeng Wu <alexepico@gmail.com>2016-07-11 13:06:10 +0800
commit1847e018aff8c4bfe69e4ac73841ba20fed89999 (patch)
tree016380dbf3f9fe2bf0d46c300763442200ba8752 /src/storage/phonetic_key_matrix.cpp
parent3eec489d3c827dc3c7275418fbb0c1f84a5164ad (diff)
downloadlibpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.tar.gz
libpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.tar.xz
libpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.zip
add comments
Diffstat (limited to 'src/storage/phonetic_key_matrix.cpp')
-rw-r--r--src/storage/phonetic_key_matrix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/phonetic_key_matrix.cpp b/src/storage/phonetic_key_matrix.cpp
index 856738f..66a1d4b 100644
--- a/src/storage/phonetic_key_matrix.cpp
+++ b/src/storage/phonetic_key_matrix.cpp
@@ -27,6 +27,7 @@
namespace pinyin{
+/* zero ChewingKey for "'" symbol and last key in fill_matrix function. */
bool fill_matrix(PhoneticKeyMatrix * matrix,
ChewingKeyVector keys,
ChewingKeyRestVector key_rests) {