OSDN Git Service

Fix some comment warnings.
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 18 Jan 2014 04:11:54 +0000 (04:11 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 18 Jan 2014 04:11:54 +0000 (04:11 +0000)
src/flavor.c
src/object1.c
src/object2.c

index 6657bfa..aea02ec 100644 (file)
@@ -205,7 +205,7 @@ void get_table_sindarin(char *out_string)
 
 /*!
  * @brief ¥Ù¡¼¥¹¥¢¥¤¥Æ¥à¤Î̤³ÎÄê̾¤ò¶¦ÄÌtval´Ö¤Ç¥·¥ã¥Ã¥Õ¥ë¤¹¤ë / Shuffle flavor indices of a group of objects with given tval
- * @param byte ¥·¥ã¥Ã¥Õ¥ë¤·¤¿¤¤tval
+ * @param tval ¥·¥ã¥Ã¥Õ¥ë¤·¤¿¤¤tval
  * @return ¤Ê¤·
  * @details ´¬Êª¡¢³Æ¼ïËâÆ»¶ñ¤Ê¤É¤ËÍøÍѤµ¤ì¤ë¡£
  */
@@ -385,7 +385,7 @@ static char *object_desc_chr(char *t, char c)
 /*!
  * @brief ÂоÝʸ»úÇÛÎó¤Ëʸ»úÎó¤ò¥³¥Ô¡¼¤¹¤ë¡£
  * @param t ÊÝ´ÉÀèʸ»úÎó¥Ý¥¤¥ó¥¿
- * @param c ¥³¥Ô¡¼¤·¤¿¤¤Ê¸»úÎó¥Ý¥¤¥ó¥¿
+ * @param s ¥³¥Ô¡¼¤·¤¿¤¤Ê¸»úÎó¥Ý¥¤¥ó¥¿
  * @return ÊÝ´ÉÀè¤ÎËöÈø¥¢¥É¥ì¥¹
  * @details
  * Print a string "s" into a string "t", as if by strcpy(t, s),
index 033d6a5..f2fb98d 100644 (file)
@@ -3265,6 +3265,7 @@ void toggle_inven_equip(void)
 /*!
  * @brief ÁªÂò¤·¤¿¥¢¥¤¥Æ¥à¤Î³Îǧ½èÍý¤ÎÊä½õ /
  * Verify the choice of an item.
+ * @param prompt ¥á¥Ã¥»¡¼¥¸É½¼¨¤Î°ìÉô
  * @param item ÁªÂò¥¢¥¤¥Æ¥àID
  * @return ³Îǧ¤¬Yes¤Ê¤éTRUE¤òÊÖ¤¹¡£
  * @details The item can be negative to mean "item on floor".
@@ -4394,7 +4395,6 @@ int scan_floor(int *items, int y, int x, int mode)
 
 /*!
  * @brief ¾²²¼¤ËÍî¤Á¤Æ¤¤¤ë¥¢¥¤¥Æ¥à¤Î°ìÍ÷¤òÊÖ¤¹ / Display a list of the items on the floor at the given location.
- * @param items ¥ª¥Ö¥¸¥§¥¯¥È¤ÎID¥ê¥¹¥È¤òÊÖ¤¹¤¿¤á¤ÎÇÛÎ󻲾ȥݥ¤¥ó¥¿
  * @param target_item ¥«¡¼¥½¥ë¤Î½é´üÃÍ
  * @param y Áöºº¤¹¤ë¥Õ¥í¥¢¤ÎYºÂɸ
  * @param x Áöºº¤¹¤ë¥Õ¥í¥¢¤ÎXºÂɸ
index e88b973..16f4d1f 100644 (file)
@@ -6180,6 +6180,7 @@ bool inven_carry_okay(object_type *o_ptr)
  * Check if we have space for an item in the pack without overflow
  * @param o_ptr Èæ³ÓÂоݥª¥Ö¥¸¥§¥¯¥È¤Î¹½Â¤Âλ²¾È¥Ý¥¤¥ó¥¿1
  * @param o_value o_ptr¤Î¥¢¥¤¥Æ¥à²ÁÃ͡ʼêÆ°¤Ç¤¢¤é¤«¤¸¤áÂåÆþ¤¹¤ëɬÍפ¬¤¢¤ë¡©¡Ë
+ * @param j_ptr Èæ³ÓÂоݥª¥Ö¥¸¥§¥¯¥È¤Î¹½Â¤Âλ²¾È¥Ý¥¤¥ó¥¿2
  * @return o_ptr¤ÎÊý¤¬¾å°Ì¤Ê¤é¤ÐTRUE¤òÊÖ¤¹¡£
  */
 bool object_sort_comp(object_type *o_ptr, s32b o_value, object_type *j_ptr)