[fpc-devel] fpdoc project options

Michael Van Canneyt michael at freepascal.org
Sun Dec 4 20:57:51 CET 2011



On Sun, 4 Dec 2011, Hans-Peter Diettrich wrote:

> Currently fpdoc stores many options in the project files, but this can cause 
> problems. Once a boolean option is stored as True, e.g.
>  <option name="hide-protected" value="true"/>
> it cannot be turned off by a different commandline option :-(
>
> This raises the question, which options should be stored in project files at 
> all, or how the stored options can be overridden by commandline options. The 
> simplest solution would be another commandline option 
> --ignore-project-options (much shorter, if possible), that forces to ignore 
> at least all boolean options read from a project file.

You can just remove the <option> tags from the project file, 
or manipulate the options with the tool I made earlier.

Michael.



More information about the fpc-devel mailing list