From 149cf1968b9797f7dfb6dda7075637d1d38680cd Mon Sep 17 00:00:00 2001 From: deskull Date: Wed, 22 Jan 2014 11:58:37 +0000 Subject: [PATCH] Fix warning of Doxygen comment to cmd1.c and cmd2.c. --- src/cmd1.c | 4 ++-- src/cmd2.c | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/cmd1.c b/src/cmd1.c index e40e8ccdf..4e26bbed6 100644 --- a/src/cmd1.c +++ b/src/cmd1.c @@ -65,7 +65,7 @@ * * \#.\# * \#\#.\#\# - * \.\@@x.. + * \.\@x.. * \#\#.\#\# * \#.\# * @@ -4168,7 +4168,7 @@ static bool find_breakleft; *\n * Diagonal Corridor Blunt Corridor (?)\n * \# \# \#\n - * \#x\# @\@x\#\n + * \#x\# \@x\#\n * \@\@p. p\n */ static void run_init(int dir) diff --git a/src/cmd2.c b/src/cmd2.c index a25221352..64f5724fd 100644 --- a/src/cmd2.c +++ b/src/cmd2.c @@ -1070,7 +1070,7 @@ static int count_dt(int *y, int *x, bool (*test)(int feat), bool under) * Return the number of chests around (or under) the character. * @param y ³ºÅö¤¹¤ë¥Þ¥¹¤ÎÃ椫¤é1¤Ä¤ÎYºÂɸ¤òÊÖ¤¹»²¾È¥Ý¥¤¥ó¥¿ * @param x ³ºÅö¤¹¤ë¥Þ¥¹¤ÎÃ椫¤é1¤Ä¤ÎXºÂɸ¤òÊÖ¤¹»²¾È¥Ý¥¤¥ó¥¿ - * @param test TRUE¤Ê¤é¤Ð¥È¥é¥Ã¥×¤Î¸ºß¤¬È½ÌÀ¤·¤Æ¤¤¤ëÈ¢¤Î¤ßÂоݤˤ¹¤ë + * @param trapped TRUE¤Ê¤é¤Ð¥È¥é¥Ã¥×¤Î¸ºß¤¬È½ÌÀ¤·¤Æ¤¤¤ëÈ¢¤Î¤ßÂоݤˤ¹¤ë * @return ³ºÅö¤¹¤ëÃÏ·Á¤Î¿ô * @details * If requested, count only trapped chests. @@ -1450,8 +1450,6 @@ static bool do_cmd_close_aux(int y, int x) /*! * @brief ¡ÖÊĤ¸¤ë¡×¥³¥Þ¥ó¥É¤Î¥á¥¤¥ó¥ë¡¼¥Á¥ó / * Close an open door. - * @param y Âоݤò¹Ô¤¦¥Þ¥¹¤ÎYºÂɸ - * @param x Âоݤò¹Ô¤¦¥Þ¥¹¤ÎXºÂɸ * @return ¤Ê¤· * @details * Unlocking a locked door/chest is worth one experience point. -- 2.11.0