4.2.1 The options node

The options tag that appears below the docproject node specifies the options for the FPDoc project. It contains a series of option tags. No other nodes should appear under the options tag.

Example:

<options>  
  <option name="ostarget" value="Linux"/>  
  <option name="cputarget" value="x86_64"/>  
  <option name="hide-protected" value="true"/>  
</options>