From 07cc148109ba5d240674eced17ba10eb42366210 Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 25 Dec 2004 02:10:29 +0000 Subject: [PATCH] Insert to make Doxygen not make a link from file names. --- src/input.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/input.c b/src/input.c index 95a2de6..a6fd354 100644 --- a/src/input.c +++ b/src/input.c @@ -2032,15 +2032,16 @@ MInputDriver minput_default_driver; The variable #minput_driver is a pointer to the input method driver that is used by internal input methods. The macro M17N_INIT () initializes it to a pointer to #minput_default_driver - (if is included) or to #minput_gui_driver (if - is included). */ + (if .h> is included) or to #minput_gui_driver (if + .h> is included). */ /***ja @brief ÆâÉôÆþÎϥ᥽¥Ã¥ÉÍѥɥ饤¥Ð. ÊÑ¿ô #minput_driver ¤ÏÆâÉôÆþÎϥ᥽¥Ã¥É¤Ë¤è¤Ã¤Æ»ÈÍѤµ¤ì¤Æ¤¤¤ëÆþÎÏ¥á - ¥½¥Ã¥É¥É¥é¥¤¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤¢¤ë¡£¥Þ¥¯¥íM17N_INIT () ¤Ï¤³¤Î¥Ý¥¤¥ó - ¥¿¤ò #minput_default_driver ( ¤¬´Þ¤Þ¤ì¤ë»þ) ¤Þ¤¿¤Ï - #minput_gui_driver ( ¤¬´Þ¤Þ¤ì¤ë»þ) ¤Ë½é´ü²½¤¹¤ë¡£ */ + ¥½¥Ã¥É¥É¥é¥¤¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤¢¤ë¡£¥Þ¥¯¥í M17N_INIT () ¤Ï¤³¤Î¥Ý¥¤¥ó + ¥¿¤ò #minput_default_driver (.h> ¤¬´Þ¤Þ¤ì¤ë»þ) ¤Þ¤¿¤Ï + #minput_gui_driver ( .h> ¤¬´Þ¤Þ¤ì¤ë»þ) ¤Ë½é´ü²½¤¹ + ¤ë¡£ */ MInputDriver *minput_driver; -- 1.7.10.4