These examples illustrate how to use the igpp.docgen tool with list data.
List data is a set of value assignments to keywords. This is a common way of expressing parameters and has the form:
keyword = value
igpp.docgen supports both single value and multi-value parameters. A set of values can be assigned to a keyword by enclosing a comma separated list of values inside curly braces ({}). For example:
colors = {red, green, blue}
assigns the three values {red, green, blue} to "colors"
igpp.docgen also allows comments in a list file. Any line which begins with "#" is considered a comment and ignored by the parser.