From: deskull Date: Wed, 29 Jan 2014 11:02:45 +0000 (+0000) Subject: Fix warning of Doxygen comment to files.c. X-Git-Tag: v2.2.0~383 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1e10c9cd3b5eb8f276f71e523872c13caf6ac10f;p=hengband%2Fhengband.git Fix warning of Doxygen comment to files.c. --- diff --git a/src/files.c b/src/files.c index 36969637d..bc3f05a6e 100644 --- a/src/files.c +++ b/src/files.c @@ -361,36 +361,36 @@ static named_num gf_desc[] = * zero" will be used for the "stack" attr/char, and "feature zero" is * used for the "nothing" attr/char. * Parse another file recursively, see below for details - * %: + * %:\ * Specify the attr/char values for "monsters" by race index - * R::: + * R:\:\:\ * Specify the attr/char values for "objects" by kind index - * K::: + * K:\:\:\ * Specify the attr/char values for "features" by feature index - * F::: + * F:\:\:\ * Specify the attr/char values for unaware "objects" by kind tval - * U::: + * U:\:\:\ * Specify the attr/char values for inventory "objects" by kind tval - * E::: + * E:\:\:\ * Define a macro action, given an encoded macro action - * A: + * A:\ * Create a normal macro, given an encoded macro trigger - * P: + * P:\ * Create a command macro, given an encoded macro trigger - * C: + * C:\ * Create a keyset mapping - * S::: + * S:\:\:\ * Turn an option off, given its name - * X: + * X:\ * Turn an option on, given its name - * Y: + * Y:\ * Specify visual information, given an index, and some data - * V::::: + * V:\:\:\:\:\ * Specify the set of colors to use when drawing a zapped spell - * Z:: + * Z:\:\ * Specify a macro trigger template and macro trigger names. - * T: