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

Jeff Pohlmeyer yetanothergeek at gmail.com
Fri Apr 7 13:06:23 CEST 2006


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

fpdoc --package=Test $(ls -1 *.pas *.inc | awk '{printf("input=%s ", $1)}')


 - Jeff



More information about the fpc-pascal mailing list