4.2.2 The option node

Each option tag under the options tag specifies an option.

Each option tag has 2 attributes: name and value. The name correspond to the command-line options that fpdoc supports. This attribute is mandatory. The value attribute contains the value for the node. It is also mandatory.

For command-line switches, only 2 values are accepted: true and false.

Both general options and format-specific options can be specified this way.

Example:

<option name="ostarget" value="Linux"/>  
<option name="cputarget" value="x86_64"/>  
<option name="hide-protected" value="true"/>  
<option name="warn-no-node" value="false"/>