From 1e10c9cd3b5eb8f276f71e523872c13caf6ac10f Mon Sep 17 00:00:00 2001 From: deskull Date: Wed, 29 Jan 2014 11:02:45 +0000 Subject: [PATCH] Fix warning of Doxygen comment to files.c. --- src/files.c | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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: