Fix doxygen command.
authorhanda <handa>
Wed, 8 Dec 2004 06:32:21 +0000 (06:32 +0000)
committerhanda <handa>
Wed, 8 Dec 2004 06:32:21 +0000 (06:32 +0000)
src/m17n-core.h

index 2a64d6b..95c1892 100644 (file)
@@ -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);