From dd9a67b522bf8328a2302b6eeeddeced706c7592 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Fri, 30 Apr 2004 02:33:01 +0000 Subject: [PATCH] *** empty log message *** --- src/m17n-core.c | 4 ++-- src/m17n-misc.h | 2 +- src/mtext.c | 2 +- src/plist.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/m17n-core.c b/src/m17n-core.c index c3e52d1..c22da2e 100644 --- a/src/m17n-core.c +++ b/src/m17n-core.c @@ -749,8 +749,8 @@ m17n_object_unref (void *object) The first type is argument errors. When a library function is called with invalid arguments, it returns a value that indicates - error and at the same time sets the external variable @e - merror_code to a non-zero integer. + error and at the same time sets the external variable #merror_code + to a non-zero integer. The second type is memory allocation errors. When the required amount of memory is not available on the system, m17n library diff --git a/src/m17n-misc.h b/src/m17n-misc.h index 5faf237..4ce46fe 100644 --- a/src/m17n-misc.h +++ b/src/m17n-misc.h @@ -37,7 +37,7 @@ Enumeration for error code of the m17n library. When a library function is called with an invalid argument, it - sets the external variable @e merror_code to one of these values. + sets the external variable #merror_code to one of these values. All the error codes are positive integers. When a memory allocation error happens, the function pointed to by diff --git a/src/mtext.c b/src/mtext.c index e377e9d..024ef95 100644 --- a/src/mtext.c +++ b/src/mtext.c @@ -2541,7 +2541,7 @@ mtext_case_compare (MText *mt1, int from1, int to1, @brief M-text ¤ò¥À¥ó¥×¤¹¤ë. ´Ø¿ô mdebug_dump_mtext () ¤Ï M-text $MT ¤ò stderr ¤Ë¿Í´Ö¤Ë²ÄÆÉ¤Ê - ·Á¤Ç°õºþ¤¹¤ë¡£ $UNDENT ¤Ï£²¹ÔÌܰʹߤΥ¤¥ó¥Ç¥ó¥È¤ò»ØÄꤹ¤ë¡£$FULLP + ·Á¤Ç°õºþ¤¹¤ë¡£ $INDENT ¤Ï£²¹ÔÌܰʹߤΥ¤¥ó¥Ç¥ó¥È¤ò»ØÄꤹ¤ë¡£$FULLP ¤¬ 0 ¤Ê¤é¤Ð¡¢Ê¸»ú¥³¡¼¥ÉÎó¤À¤±¤ò°õºþ¤¹¤ë¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡¢ÆâÉô¥Ð¥¤ ¥ÈÎó¤È¥Æ¥­¥¹¥È¥×¥í¥Ñ¥Æ¥£¤â°õºþ¤¹¤ë¡£ diff --git a/src/plist.c b/src/plist.c index abf1bd6..2b346d9 100644 --- a/src/plist.c +++ b/src/plist.c @@ -1347,7 +1347,7 @@ mplist_deserialize (MText *mt) /***ja @brief ¥×¥í¥Ñ¥Æ¥£¥ê¥¹¥È¤ò¥À¥ó¥×¤¹¤ë. - ´Ø¿ô mdebug_dump_plist () ¤Ï¥×¥í¥Ñ¥Æ¥£¥ê¥¹¥È @PLIST ¤ò stderr ¤Ë¿Í + ´Ø¿ô mdebug_dump_plist () ¤Ï¥×¥í¥Ñ¥Æ¥£¥ê¥¹¥È $PLIST ¤ò stderr ¤Ë¿Í ´Ö¤Ë²ÄÆÉ¤Ê ·Á¤Ç°õºþ¤¹¤ë¡£ $UNDENT ¤Ï£²¹ÔÌܰʹߤΥ¤¥ó¥Ç¥ó¥È¤ò»ØÄꤹ ¤ë¡£ -- 1.7.10.4