1
2[list_begin options]
3[include options_std.inc]
4
5[opt_def -class string]
6
7The value of this option is the name of the class to generate, without
8leading colons.
9
10The default value is [const CLASS].
11
12[para]
13
14For a simple value [var X] without colons, like CLASS, the parser
15command will be [var X]::[var X]. Whereas for a namespaced value
16[var X::Y] the parser command will be [var X::Y].
17
18
19[opt_def -package string]
20
21The value of this option is the name of the package to generate.
22
23The default value is [const PACKAGE].
24
25[list_end]
26