OSDN Git Service

[Refactor] #39076 path_build() の関数コメント追加。
authordeskull <deskull@users.sourceforge.jp>
Mon, 17 Jun 2019 14:07:18 +0000 (23:07 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 17 Jun 2019 14:07:18 +0000 (23:07 +0900)
src/util.c

index f60310e..75da14c 100644 (file)
@@ -421,8 +421,13 @@ static errr path_temp(char *buf, int max)
 
 #endif
 
-/*
- * Create a new path by appending a file (or directory) to a path.
+/*!
+ * @brief ファイル入出力のためのパス生成する。/ Create a new path by appending a file (or directory) to a path.
+ * @param buf ファイルのフルを返すバッファ
+ * @param max bufのサイズ
+ * @param path ファイルパス
+ * @param file ファイル名
+ * @return エラーコード(ただし常に0を返す)
  *
  * This requires no special processing on simple machines, except
  * for verifying the size of the filename, but note the ability to