[fpc-pascal] fpdoc project file: multiple output formats
Michael Van Canneyt
michael at freepascal.org
Tue Apr 30 15:31:48 CEST 2013
On Tue, 30 Apr 2013, Marco van de Voort wrote:
> In our previous episode, Michael Van Canneyt said:
>> A simpler solution could also be the support for an include of a separate file.
>> Then you could put common things (list of files) in one file, and create
>> top-level files per format you want to produce.
>
> I think that is better. Nearly all options have some special params (like
> --auto-toc --auto-index --make-searchable etc)
These are already supported.
Everything not recognized as 'global' is added to backendoptions, a stringlist.
This stringlist is fed to the backend.
Michael.
More information about the fpc-pascal
mailing list