X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fio%2Fread-pref-file.cpp;h=a6a070a7f3229f748dfec0ce46d0bc812b6f078c;hb=b1f6d2236c6672534e12dc4e1ba40d3c451508e1;hp=6fd36382bbe6868e59c5e25fb1b539b44929d0b0;hpb=99c48e7cf8dd6983ff23b72e593a5f638f2b82ec;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/io/read-pref-file.cpp b/src/io/read-pref-file.cpp index 6fd36382b..a6a070a7f 100644 --- a/src/io/read-pref-file.cpp +++ b/src/io/read-pref-file.cpp @@ -30,7 +30,7 @@ #include "view/display-messages.h" #include "world/world.h" -// todo コールバック関数に変更するので、いずれ消す. +//!< @todo コールバック関数に変更するので、いずれ消す. #define PREF_TYPE_NORMAL 0 #define PREF_TYPE_AUTOPICK 1 #define PREF_TYPE_HISTPREF 2 @@ -44,13 +44,13 @@ char auto_dump_footer[] = "# ^^^^^^^== %s ==^^^^^^^"; static int auto_dump_line_num; /*! - * todo 関数名を変更する * @brief process_pref_fileのサブルーチン / * Open the "user pref file" and parse it. * @param creature_ptr プレーヤーへの参照ポインタ * @param name 読み込むファイル名 * @param preftype prefファイルのタイプ * @return エラーコード + * @todo 関数名を変更する */ static errr process_pref_file_aux(player_type *creature_ptr, concptr name, int preftype, void (*process_autopick_file_command)(char *)) { @@ -371,4 +371,4 @@ bool read_histpref(player_type *creature_ptr, void (*process_autopick_file_comma histpref_buf = NULL; return TRUE; -} \ No newline at end of file +}