]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/whatitem.c
Change comment style to use @foo rather than FOO
[empserver] / src / lib / subs / whatitem.c
index d9a02e163f9b240f422c2475377d27396dcf63f9..d62214270a0af87e0fb26cf4bc795143b47c94e8 100644 (file)
@@ -36,7 +36,7 @@
 
 /*
  * Get item type argument.
- * If INPUT is not empty, use it, else prompt for more input using PROMPT.
+ * If @input is not empty, use it, else prompt for more input using @prompt.
  * Return item characteristics on success, else NULL.
  */
 struct ichrstr *
@@ -56,7 +56,7 @@ whatitem(char *input, char *prompt)
 }
 
 /*
- * Map item type name STR to item characteristics, NULL if not found.
+ * Map item type name @str to item characteristics, NULL if not found.
  */
 struct ichrstr *
 item_by_name(char *str)