From 4ce81850002b4f8db9aeb9810f9f784f089f8849 Mon Sep 17 00:00:00 2001 From: Deskull Date: Fri, 15 Aug 2014 21:15:55 +0900 Subject: [PATCH] Fix Doxygen warnings. --- src/monster2.c | 6 +++--- src/readdib.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/monster2.c b/src/monster2.c index 78a837c5e..d7d6433a8 100644 --- a/src/monster2.c +++ b/src/monster2.c @@ -1173,8 +1173,8 @@ static bool restrict_monster_to_dungeon(int r_idx) /*! * @brief モンスター生成制限関数最大2つから / Apply a "monster restriction function" to the "monster allocation table" - * @param monnster_hook 制限関数1 - * @param monnster_hook2 制限関数2 + * @param monster_hook 制限関数1 + * @param monster_hook2 制限関数2 * @return エラーコード */ errr get_mon_num_prep(monster_hook_type monster_hook, @@ -2910,7 +2910,7 @@ static int initial_r_appearance(int r_idx) /*! - * @brief モンスターの個体加速を設定する / Get initial monster spee\d + * @brief モンスターの個体加速を設定する / Get initial monster speed * @param r_ptr モンスター種族の参照ポインタ * @return 加速値 */ diff --git a/src/readdib.c b/src/readdib.c index 4051d9494..559e2971e 100644 --- a/src/readdib.c +++ b/src/readdib.c @@ -1,5 +1,5 @@ /*! - * @file readbits.c + * @file readdib.c * @brief Windows用ビットマップファイル読み込み処理パッケージ / * This package provides a routine to read a DIB file and set up the device dependent version of the image. * @date 2014/08/08 -- 2.11.0