From e924922ad2404ab49ea5809c8a197d945bf01c07 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Dec 2011 13:48:41 +0800 Subject: add comments --- utils/storage/gen_chewing_table.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/storage/gen_chewing_table.cpp b/utils/storage/gen_chewing_table.cpp index a4651bc..30bc0da 100644 --- a/utils/storage/gen_chewing_table.cpp +++ b/utils/storage/gen_chewing_table.cpp @@ -43,8 +43,9 @@ struct chewing_and_freq_item{ }; struct phrase_and_array_item{ - phrase_item phrase; - GArray * chewing_and_freq_array; /* Array of chewing_and_freq_item */ + phrase_item phrase; /* the key of g_chewing_tree */ + /* Array of chewing_and_freq_item */ + GArray * chewing_and_freq_array; /* the value of g_chewing_tree */ }; -- cgit