summaryrefslogtreecommitdiffstats
path: root/src/pinyin_internal.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/pinyin_internal.cpp
parent3eec489d3c827dc3c7275418fbb0c1f84a5164ad (diff)
downloadlibpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.tar.gz
libpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.tar.xz
libpinyin-1847e018aff8c4bfe69e4ac73841ba20fed89999.zip
add comments
Diffstat (limited to 'src/pinyin_internal.cpp')
-rw-r--r--src/pinyin_internal.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pinyin_internal.cpp b/src/pinyin_internal.cpp
index 7415ac8..5e0e190 100644
--- a/src/pinyin_internal.cpp
+++ b/src/pinyin_internal.cpp
@@ -1,7 +1,9 @@
#include "pinyin_internal.h"
-/* deprecated headers, just keep it here for compiling. */
+/* deprecated headers:
+ * ChewingLargeTable and PhraseLargeTable2.
+ * just keep it here for compiling and compatibility. */
#include "chewing_large_table.h"
#include "phrase_large_table2.h"
#include "facade_chewing_table.h"