summaryrefslogtreecommitdiffstats
path: root/src/storage/facade_chewing_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-08-30 16:33:24 +0800
committerPeng Wu <alexepico@gmail.com>2012-08-30 16:33:24 +0800
commit0b43ea6b03298d3dfa96720a1c4511812c544186 (patch)
tree00f51514b148d0a314bcd21016d5a54022e12029 /src/storage/facade_chewing_table.h
parent9563ee6f1077b5f062505d5083263ea49ee9d15f (diff)
downloadlibpinyin-0b43ea6b03298d3dfa96720a1c4511812c544186.tar.gz
libpinyin-0b43ea6b03298d3dfa96720a1c4511812c544186.tar.xz
libpinyin-0b43ea6b03298d3dfa96720a1c4511812c544186.zip
write facade_phrase_table2.h
Diffstat (limited to 'src/storage/facade_chewing_table.h')
-rw-r--r--src/storage/facade_chewing_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/facade_chewing_table.h b/src/storage/facade_chewing_table.h
index 3535c04..da740c4 100644
--- a/src/storage/facade_chewing_table.h
+++ b/src/storage/facade_chewing_table.h
@@ -143,7 +143,7 @@ public:
* @phrase_length: the length of the phrase to be added.
* @keys: the pinyin keys of the phrase to be added.
* @token: the token of the phrase to be added.
- * @returns: the add result of enum AddIndexResult.
+ * @returns: the add result of enum ErrorResult.
*
* Add the phrase token to the user chewing table.
*
@@ -160,7 +160,7 @@ public:
* @phrase_length: the length of the phrase to be removed.
* @keys: the pinyin keys of the phrase to be removed.
* @token: the token of the phrase to be removed.
- * @returns: the remove result of enum RemoveIndexResult.
+ * @returns: the remove result of enum ErrorResult.
*
* Remove the phrase token from the user chewing table.
*