OSDN Git Service

Fix warning of Doxygen comment to cmd1.c and cmd2.c.
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 22 Jan 2014 11:58:37 +0000 (11:58 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Wed, 22 Jan 2014 11:58:37 +0000 (11:58 +0000)
src/cmd1.c
src/cmd2.c

index e40e8cc..4e26bbe 100644 (file)
@@ -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)
index a252213..64f5724 100644 (file)
@@ -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.