|
|
|
|
@ -43,6 +43,11 @@ This is the version number of the report, which is currently ignored.
|
|
|
|
|
@item 'name
|
|
|
|
|
This is self-explanatory.
|
|
|
|
|
|
|
|
|
|
@item 'options-generator
|
|
|
|
|
This should be a function that takes no arguments and returns an options
|
|
|
|
|
structure with the options for the report. The options interface is
|
|
|
|
|
currently not fully documented, but should be.
|
|
|
|
|
|
|
|
|
|
@item 'renderer
|
|
|
|
|
This is a function that takes one argument - a set of options that use
|
|
|
|
|
the options API. It returns a list, which either contains strings, or
|
|
|
|
|
@ -50,11 +55,6 @@ lists which only contain strings or lists of the same type. When
|
|
|
|
|
flattened and concatenated these strings should form the HTML of the
|
|
|
|
|
report.
|
|
|
|
|
|
|
|
|
|
@item 'options-generator
|
|
|
|
|
This should be a function that takes no arguments and returns an options
|
|
|
|
|
structure with the options for the report. The options interface is
|
|
|
|
|
currently not fully documented, but should be.
|
|
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
|
|
To generate the HTML, you can write your own HTML generation code, or
|
|
|
|
|
|