OSDN Git Service

Fix Doxygen warnings.
authorDeskull <desull@users.sourceforge.jp>
Fri, 15 Aug 2014 12:21:58 +0000 (21:21 +0900)
committerDeskull <desull@users.sourceforge.jp>
Fri, 15 Aug 2014 12:21:58 +0000 (21:21 +0900)
src/load.c
src/monster2.c
src/spells1.c

index 3e79956..5d46c79 100644 (file)
@@ -137,7 +137,7 @@ static bool z_older_than(byte x, byte y, byte z)
 
 /*!
  * @brief ゲームスクリーンにメッセージを表示する / Hack -- Show information on the screen, one line at a time.
- * @param cptr 表示文字列
+ * @param msg 表示文字列
  * @return なし
  * @details
  * Avoid the top two lines, to avoid interference with "msg_print()".
@@ -238,7 +238,7 @@ static void rd_s32b(s32b *ip)
 
 /*!
  * @brief ロードファイルポインタから文字列を読み込んでポインタに渡す / Hack -- read a string
- * @param ip 読み込みポインタ
+ * @param str 読み込みポインタ
  * @param max 最大読み取りバイト数
  * @return なし
  */
index d7d6433..0d708c9 100644 (file)
@@ -139,7 +139,7 @@ cptr funny_desc[MAX_SAN_FUNNY] =
 };
 
 /*!
- * @var funny_comment
+ * @var funny_comments
  * @brief ELDRITCH HORROR効果時の幻覚時間延長を示す錯乱表現
  */
 cptr funny_comments[MAX_SAN_COMMENT] =
index af9e23b..a5bbeae 100644 (file)
@@ -1545,13 +1545,12 @@ static bool project_o(int who, int r, int y, int x, int dam, int typ)
  * then setting the damage to zero.  Note that the "damage" parameter is
  * divided by the radius, so monsters not at the "epicenter" will not take
  * as much damage (or whatever)...
+ * </pre>
  * <pre>
  * Note that "polymorph" is dangerous, since a failure in "place_monster()"'
  * may result in a dereference of an invalid pointer.  XXX XXX XXX
  * </pre>
  * <pre>
- * </pre>
- * <pre>
  * Various messages are produced, and damage is applied.
  * </pre>
  * <pre>