From: handa Date: Wed, 8 Dec 2004 06:32:21 +0000 (+0000) Subject: Fix doxygen command. X-Git-Tag: REL-1-2-0~65 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=06e99eb0e727dc021a5ed080ff24995ad177d800;p=m17n%2Fm17n-lib.git Fix doxygen command. --- 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);