From 06e99eb0e727dc021a5ed080ff24995ad177d800 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 8 Dec 2004 06:32:21 +0000 Subject: [PATCH] Fix doxygen command. --- src/m17n-core.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/m17n-core.h b/src/m17n-core.h index 2a64d6b..95c1892 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -50,19 +50,17 @@ extern void m17n_fini_core (void); /*=*/ -/*** @addtogroup m17nIntro */ -/*** @{ */ - +/*** @ingroup m17nIntro */ /***en @brief Enumeration for the status of the m17n library. - The enum #MTextFormat is used as a return value of the function + The enum #MTextStatus is used as a return value of the function m17n_status (). */ -/***en +/***ja @brief m17n ¥é¥¤¥Ö¥é¥ê¤Î¾õÂÖ¤ò¼¨¤¹Îóµó·¿. - Îóµó·¿ #MTextFormat ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */ + Îóµó·¿ #MTextStatus ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */ enum M17NStatus { @@ -76,7 +74,6 @@ enum M17NStatus M17N_GUI_INITIALIZED }; -/*** @} */ /*=*/ extern enum M17NStatus m17n_status (void); -- 1.7.10.4