| (#Test) |
The users/developers add notes and examples underneath the skeletons, online here in their browser.
This is a test.. it is the mse lib/common/widgets/ folder only.
fpdoc --package=Something $(ls -1 *.pas *.inc | awk '{printf("--input=%s ",$1)}')
Homework: try getting MS-DOS to do something like that.
However, FPDOC should be extended to be able accept *.* wildcard as input:
--input=*.pas..since awk isn't available on some operating systems without a unix shell installed. I'll make a patch eventually to fpdoc maybe even to scan sub directories such as
--input=/*/*.pasOther ideas: add an fpdoc blacklist feature to skip source files that we don't want to parse in the wildcard.
--input=/*/*.pas --skip=internalunit.pas --skip=privateunit.pas --skip=priv*.pas