[fpc-pascal] fpdoc document *.pas;*.inc

Michael Van Canneyt michael at freepascal.org
Fri Apr 7 10:19:37 CEST 2006



On Thu, 6 Apr 2006, L505 wrote:

> What command would be used to run FPCdoc on all files in a directory.
>
> PSEUDO EXAMPLE: (crashes fpdoc)
>
> fpdoc --package=Test --input=*.pas;*.inc;

You can't do it like that. You must do a

fpdoc --package=Test --input=file1.pas --input=file2.pas

Michael.



More information about the fpc-pascal mailing list