From: nisikimi Date: Wed, 22 Dec 2004 04:11:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-2-0~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c0170f22346d5d3040b6a6f647cbce591200510d;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/m17n-core.h b/src/m17n-core.h index b87e0fe..3ca336d 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -287,7 +287,7 @@ extern int mchartable_set (MCharTable *table, int c, void *val); extern int mchartable_set_range (MCharTable *table, int from, int to, void *val); -extern int mchartable_map (MCharTable *table, void *ignore, +extern int mchartest (MCharTable *table, void *ignore, void (*func) (int from, int to, void *val, void *arg), void *func_arg); @@ -362,10 +362,12 @@ extern MText *mtext (); /*=*/ -/*** @ingroup m17nMtext */ +/*** @addtogroup m17nMtext + @{ */ + /***en @name Variables: System's UTF-16 and UTF-32 types */ /***ja @name ÊÑ¿ô: ¥·¥¹¥Æ¥à¤Î UTF-16 ¤È UTF-32 ¤Î¥¿¥¤¥× */ -/*** @{ */ + /*=*/ /***en @@ -417,8 +419,6 @@ extern const int MTEXT_FORMAT_UTF_16; extern const int MTEXT_FORMAT_UTF_32; -/*** @} */ - /*=*/ extern MText *mtext_from_data (const void *data, int nitems, @@ -426,6 +426,7 @@ extern MText *mtext_from_data (const void *data, int nitems, /*=*/ +/*** @} */ /* * (5-2) Functions to manipulate M-texts. They correspond to string