]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/snxtitem.c
Change comment style to use @foo rather than FOO
[empserver] / src / lib / subs / snxtitem.c
index 953ee30300f1a0ed7875d0cfbde62704ca3618f6..4e64cf600b8661fe16358d076248c2e996a2464a 100644 (file)
@@ -218,8 +218,8 @@ snxtitem_list(struct nstr_item *np, int type, int *list, int len)
 }
 
 /*
- * Initialize NP to iterate over the items of type TYPE in a carrier.
- * The carrier has file type CARRIER_TYPE and uid CARRIER_UID.
+ * Initialize @np to iterate over the items of type @type in a carrier.
+ * The carrier has file type @carrier_type and uid @carrier_uid.
  * Note: you can take an item gotten with nxtitem() off its carrier
  * without disturbing the iterator.  Whether the iterator will pick up
  * stuff you load onto the carrier during iteration is unspecified.