OSDN Git Service

Add Doxygen comments to functions for main routine of Wizard command in wizard2.c.
[hengband/hengband.git] / src / xtra1.c
index 7c5c3d1..1764239 100644 (file)
@@ -122,7 +122,7 @@ static void prt_field(cptr info, int row, int col)
 /*!
  * @brief ゲーム時間が日中かどうかを返す /
  * Whether daytime or not
- * @param 日中ならばTRUE、夜ならばFALSE
+ * @return 日中ならばTRUE、夜ならばFALSE
  */
 bool is_daytime(void)
 {