OSDN Git Service

Fix Doxygen warnings.
authorDeskull <desull@users.sourceforge.jp>
Sun, 10 Aug 2014 09:33:18 +0000 (18:33 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sun, 10 Aug 2014 09:33:18 +0000 (18:33 +0900)
src/spells2.c
src/spells3.c
src/streams.c

index 8462374..47531e7 100644 (file)
@@ -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)
index 018c295..e93b33c 100644 (file)
@@ -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)
index 6673852..1b578c4 100644 (file)
@@ -5,7 +5,6 @@
  * @author
  * <pre>
  * 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.