From: Deskull Date: Sun, 10 Aug 2014 09:33:18 +0000 (+0900) Subject: Fix Doxygen warnings. X-Git-Tag: v2.2.0~169 X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=348cf377f283a04c40dd6a66638651817cb5d1a6 Fix Doxygen warnings. --- diff --git a/src/spells2.c b/src/spells2.c index 846237467..47531e724 100644 --- a/src/spells2.c +++ b/src/spells2.c @@ -4543,8 +4543,8 @@ void lite_room(int y1, int x1) /*! * @brief 指定された部屋内を暗くする / Darken all rooms containing the given location - * @param y 指定Y座標 - * @param y 指定X座標 + * @param y1 指定Y座標 + * @param x1 指定X座標 * @return なし */ void unlite_room(int y1, int x1) diff --git a/src/spells3.c b/src/spells3.c index 018c29588..e93b33c2b 100644 --- a/src/spells3.c +++ b/src/spells3.c @@ -964,7 +964,6 @@ bool recall_player(int turns) /*! * @brief 帰還用メインルーチン - * @param turn 発動までのターン数 * @return 常にTRUEを返す */ bool word_of_recall(void) @@ -3910,7 +3909,7 @@ int mod_spell_chance_1(int chance) * @brief 呪文の失敗率修正処理2(消費魔力減少、呪い、負値修正) / * Modify spell fail rate * Using p_ptr->to_m_chance, p_ptr->dec_mana, p_ptr->easy_spell and p_ptr->heavy_spell - * @param need_mana 基本失敗率 + * @param chance 修正前失敗率 * @return 失敗率(%) * Modify spell fail rate (as "suffix" process) * Using p_ptr->dec_mana, p_ptr->easy_spell and p_ptr->heavy_spell @@ -5086,8 +5085,6 @@ bool curse_weapon(bool force, int slot) /*! * @brief ボルトのエゴ化処理(火炎エゴのみ) / * Enchant some bolts - * @param force 無条件に呪縛を行うならばTRUE - * @param slot 呪縛する武器の装備スロット * @return 常にTRUEを返す */ bool brand_bolts(void) @@ -5348,8 +5345,6 @@ bool dimension_door(void) /*! * @brief 鏡抜け処理のメインルーチン / * Mirror Master's Dimension Door - * @param x テレポート先のX座標 - * @param y テレポート先のY座標 * @return ターンを消費した場合TRUEを返す */ bool mirror_tunnel(void) diff --git a/src/streams.c b/src/streams.c index 6673852fb..1b578c41c 100644 --- a/src/streams.c +++ b/src/streams.c @@ -5,7 +5,6 @@ * @author *
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
- *
  * This software may be copied and distributed for educational, research,
  * and not for profit purposes provided that this copyright and statement
  * are included in all such copies.  Other copyrights may also apply.