From c0170f22346d5d3040b6a6f647cbce591200510d Mon Sep 17 00:00:00 2001 From: nisikimi Date: Wed, 22 Dec 2004 04:11:24 +0000 Subject: [PATCH] *** empty log message *** --- src/m17n-core.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 1.7.10.4