summaryrefslogtreecommitdiffstats
path: root/src/storage/flexible_ngram.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-16 11:08:54 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-16 11:08:54 +0800
commita39b327648641d0b723f9a70e73d9c4efc7913a4 (patch)
treef58f2852072bf4491cc6554edbf49a13543157b0 /src/storage/flexible_ngram.h
parent8723118e91ccacda4bb3b55fba5eeaa5cbe2eff6 (diff)
downloadlibpinyin-a39b327648641d0b723f9a70e73d9c4efc7913a4.tar.gz
libpinyin-a39b327648641d0b723f9a70e73d9c4efc7913a4.tar.xz
libpinyin-a39b327648641d0b723f9a70e73d9c4efc7913a4.zip
update comments
Diffstat (limited to 'src/storage/flexible_ngram.h')
-rw-r--r--src/storage/flexible_ngram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storage/flexible_ngram.h b/src/storage/flexible_ngram.h
index dda0552..db4436f 100644
--- a/src/storage/flexible_ngram.h
+++ b/src/storage/flexible_ngram.h
@@ -329,9 +329,9 @@ public:
/**
* FlexibleBigram:
- * @MagicHeader: the type of the magic header.
- * @ArrayHeader: the type of the array header.
- * @ArrayItem: the type of the array item.
+ * @MagicHeader: the struct type of the magic header.
+ * @ArrayHeader: the struct type of the array header.
+ * @ArrayItem: the struct type of the array item.
*
* The flexible bi-gram is mainly used for training purpose.
*
@@ -358,7 +358,7 @@ private:
public:
/**
* FlexibleBigram::FlexibleBigram:
- * @magic_number: the 4 bytes magic number of the bi-gram.
+ * @magic_number: the 4 bytes magic number of the flexible bi-gram.
*
* The constructor of the FlexibleBigram.
*