fpc/utils/fpdoc/examples/simple/readme.txt
michael c5495cb49c * Examples
git-svn-id: trunk@32376 -
2015-11-20 11:34:44 +00:00

10 lines
343 B
Plaintext

This directory contains the files for the projects.
You can create HTML documentation using just the command-line by executing the
following command in this directory:
(on 1 line)
fpdoc --package=fpdocsample --output=doc --format=html --input='-S2 testunit.pp' --descr=testunit.xml
Sample command-lines can be found in html.sh and html.bat