From 546f675be708b4062942110e9fcf07851e4457fa Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 25 Jul 2011 13:56:49 +0800 Subject: add notes --- src/pinyin.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pinyin.cpp') diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 27f8dbf..134c450 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -1,3 +1,7 @@ #include "pinyin.h" /* Place holder for combining static libraries in sub-directories. */ + +/* Note: will implement a glue layer for input method integration. + * Refer to: fcitx-sunpinyin + */ -- cgit