OSDN Git Service

Rearrange header comments to cmd*.c
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 2 Jan 2014 14:20:19 +0000 (14:20 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 2 Jan 2014 14:20:19 +0000 (14:20 +0000)
src/cmd1.c
src/cmd2.c
src/cmd3.c
src/cmd4.c
src/cmd5.c
src/cmd6.c

index 183ce20..274b4c7 100644 (file)
@@ -1,6 +1,8 @@
-/* File: cmd1.c */
-
-/*
+/*!
+ *  @file cmd1.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤Î¥³¥Þ¥ó¥É½èÍý1 / Movement commands (part 1)
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -8,7 +10,6 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
-/* Purpose: Movement commands (part 1) */
 
 #include "angband.h"
 #define MAX_VAMPIRIC_DRAIN 50
index a4d38c3..c04360a 100644 (file)
@@ -1,6 +1,8 @@
-/* File: cmd2.c */
-
-/*
+/*!
+ *  @file cmd2.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤Î¥³¥Þ¥ó¥É½èÍý2 / Movement commands (part 2)
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -8,8 +10,6 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
-/* Purpose: Movement commands (part 2) */
-
 #include "angband.h"
 
 bool confirm_leave_level(bool down_stair)
index 721d4a0..f96097f 100644 (file)
@@ -1,8 +1,8 @@
-/* File: cmd3.c */
-
-/* Purpose: Inventory commands */
-
-/*
+/*!
+ *  @file cmd3.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤Î¥¢¥¤¥Æ¥à¤Ë´Ø¤¹¤ë¥³¥Þ¥ó¥É¤Î¼ÂÁõ1 / Inventory commands
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -10,6 +10,7 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
+
 #include "angband.h"
 
 
index ca578a2..d33e076 100644 (file)
@@ -1,6 +1,8 @@
-/* File: cmd4.c */
-
-/*
+/*!
+ *  @file cmd4.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤Ë´Ø¤¹¤ë¥³¥Þ¥ó¥É¤Î¼ÂÁõ / Interface commands
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -8,8 +10,6 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
-/* Purpose: Interface commands */
-
 #include "angband.h"
 
 
index 69138ac..d4c4318 100644 (file)
@@ -1,6 +1,8 @@
-/* File: cmd5.c */
-
-/*
+/*!
+ *  @file cmd5.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤ÎËâË¡¤Ë´Ø¤¹¤ë¥³¥Þ¥ó¥É¤Î¼ÂÁõ / Spell/Prayer commands
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -8,7 +10,6 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
-/* Purpose: Spell/Prayer commands */
 
 #include "angband.h"
 
index 0aecc8a..68b1abd 100644 (file)
@@ -1,6 +1,8 @@
-/* File: cmd6.c */
-
-/*
+/*!
+ *  @file cmd6.c
+ *  @brief ¥×¥ì¥¤¥ä¡¼¤Î¥¢¥¤¥Æ¥à¤Ë´Ø¤¹¤ë¥³¥Þ¥ó¥É¤Î¼ÂÁõ2 / Spell/Prayer commands
+ *  @date 2014/01/02
+ *  @author
  * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
  *
  * This software may be copied and distributed for educational, research,
@@ -8,8 +10,6 @@
  * are included in all such copies.  Other copyrights may also apply.
  */
 
-/* Purpose: Object commands */
-
 #include "angband.h"