update comments

This commit is contained in:
mohrt
2002-05-02 22:09:36 +00:00
parent e532d32408
commit 4c6bd62135
2 changed files with 2 additions and 4 deletions

View File

@@ -9,10 +9,9 @@
* Author: Monte Ohrt <monte@ispi.net> * Author: Monte Ohrt <monte@ispi.net>
* Credits: Mark Priatel <mpriatel@rogers.com> * Credits: Mark Priatel <mpriatel@rogers.com>
* Gerard <gerard@interfold.com> * Gerard <gerard@interfold.com>
* Purpose: cycle given given values each time * Purpose: cycle given given values
* Input: id = id of cycle (optional) * Input: id = id of cycle (optional)
* values = comma separated list of values to cycle * values = comma separated list of values to cycle
* (use hex value for literal comma or quote)
* reset = boolean - resets given var to true * reset = boolean - resets given var to true
* print = boolean - print var or not. default is true * print = boolean - print var or not. default is true
* advance = boolean - whether or not to advance the cycle * advance = boolean - whether or not to advance the cycle

View File

@@ -9,10 +9,9 @@
* Author: Monte Ohrt <monte@ispi.net> * Author: Monte Ohrt <monte@ispi.net>
* Credits: Mark Priatel <mpriatel@rogers.com> * Credits: Mark Priatel <mpriatel@rogers.com>
* Gerard <gerard@interfold.com> * Gerard <gerard@interfold.com>
* Purpose: cycle given given values each time * Purpose: cycle given given values
* Input: id = id of cycle (optional) * Input: id = id of cycle (optional)
* values = comma separated list of values to cycle * values = comma separated list of values to cycle
* (use hex value for literal comma or quote)
* reset = boolean - resets given var to true * reset = boolean - resets given var to true
* print = boolean - print var or not. default is true * print = boolean - print var or not. default is true
* advance = boolean - whether or not to advance the cycle * advance = boolean - whether or not to advance the cycle