• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision149cf1968b9797f7dfb6dda7075637d1d38680cd (tree)
Time2014-01-22 20:58:37
Authordeskull <deskull@0568...>
Commiterdeskull

Log Message

Fix warning of Doxygen comment to cmd1.c and cmd2.c.

Change Summary

Incremental Difference

--- a/src/cmd1.c
+++ b/src/cmd1.c
@@ -65,7 +65,7 @@
6565 *
6666 * \#.\#
6767 * \#\#.\#\#
68- * \.\@@x..
68+ * \.\@x..
6969 * \#\#.\#\#
7070 * \#.\#
7171 *
@@ -4168,7 +4168,7 @@ static bool find_breakleft;
41684168 *\n
41694169 * Diagonal Corridor Blunt Corridor (?)\n
41704170 * \# \# \#\n
4171- * \#x\# @\@x\#\n
4171+ * \#x\# \@x\#\n
41724172 * \@\@p. p\n
41734173 */
41744174 static void run_init(int dir)
--- 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)
10701070 * Return the number of chests around (or under) the character.
10711071 * @param y 該当するマスの中から1つのY座標を返す参照ポインタ
10721072 * @param x 該当するマスの中から1つのX座標を返す参照ポインタ
1073- * @param test TRUEならばトラップの存在が判明している箱のみ対象にする
1073+ * @param trapped TRUEならばトラップの存在が判明している箱のみ対象にする
10741074 * @return 該当する地形の数
10751075 * @details
10761076 * If requested, count only trapped chests.
@@ -1450,8 +1450,6 @@ static bool do_cmd_close_aux(int y, int x)
14501450 /*!
14511451 * @brief 「閉じる」コマンドのメインルーチン /
14521452 * Close an open door.
1453- * @param y 対象を行うマスのY座標
1454- * @param x 対象を行うマスのX座標
14551453 * @return なし
14561454 * @details
14571455 * Unlocking a locked door/chest is worth one experience point.
Show on old repository browser